Html Css Color HEX #30DC51 Lime Green

📋 copy color: '#30DC51'

red 48 ◦ green 220 ◦ blue 81

#30DC51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #30DC51

Tints of Lime Green #30DC51

RGB

 RED value IS 48 (19.14% from 255) = 13.75%

 GREEN value IS 220 (86.33% from 255) = 63.04%

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 13.75%
G = 63.04%
B = 23.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30DC51 (or 0x30DC51) is known color: Lime Green. HEX triplet: 30, DC and 51. RGB value is (48,220,81). Sum of RGB (Red+Green+Blue) = 48+220+81=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DC51 is #CF23AE. Grayscale: #999999. Windows color (decimal): -13575087 or 5364784. OLE color: 5364784.

HSL color Cylindrical-coordinate representation of color #30DC51: hue angle of 131.51º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DC51 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 81 -
CMYK 0.78 0 0.63 0.14
HSL 131.51º 0.71% 0.53% -
HSV(B) 131.51º 0.78% 0.86% -
XYZ 28.3 52.41 16.41 -
YUV 152.73 87.52 53.3 -
System Red Green Blue C M Y K H S L
Decimal 48 220 81 0.78 0 0.63 0.14 131.51 0.71 0.53
Hex 30 DC 51 4E 0 3F E 84 47 35
Octal 60 334 121 116 0 77 16 204 107 65
Binary 110000 11011100 1010001 1001110 0 111111 1110 10000100 1000111 110101

Color Harmonies of #30DC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC51

Black with #30DC51

Text Example


Text Example

White with #30DC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30DC51; }

 p { color: rgb(48,220,81); }

 H1.HeaderClassName
 {
   color: #30DC51;
 }
 .AnyTagClassName
 {
   color: #30DC51;
 }
</style>

background-color css

<style>
 a { background-color: #30DC51; }

 a { background-color: rgb(48,220,81); }

 div.DivClassName
 {
   background-color: #30DC51;
 }
 .BgClassName
 {
   background-color: #30DC51;
 }
</style>

border-color css

<style>
 span { border-color: #30DC51; }

 span { border-color: rgb(48,220,81); }

 td.TdClassName
 {
   border-color: #30DC51;
 }
 .TagClassName
 {
   border-color: #30DC51;
 }
</style>