Html Css Color HEX #30D24F Lime Green

📋 copy color: '#30D24F'

red 48 ◦ green 210 ◦ blue 79

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

Shades of Lime Green #30D24F

Tints of Lime Green #30D24F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.31%

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 14.24%
G = 62.31%
B = 23.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#30D24F (or 0x30D24F) is known color: Lime Green. HEX triplet: 30, D2 and 4F. RGB value is (48,210,79). Sum of RGB (Red+Green+Blue) = 48+210+79=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #30D24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D24F is #CF2DB0. Grayscale: #929292. Windows color (decimal): -13577649 or 5231152. OLE color: 5231152.

HSL color Cylindrical-coordinate representation of color #30D24F: hue angle of 131.48º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D24F is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 210 79 -
CMYK 0.77 0 0.62 0.18
HSL 131.48º 0.64% 0.51% -
HSV(B) 131.48º 0.77% 0.82% -
XYZ 25.68 47.29 15.17 -
YUV 146.63 89.83 57.65 -
System Red Green Blue C M Y K H S L
Decimal 48 210 79 0.77 0 0.62 0.18 131.48 0.64 0.51
Hex 30 D2 4F 4D 0 3E 12 83 40 33
Octal 60 322 117 115 0 76 22 203 100 63
Binary 110000 11010010 1001111 1001101 0 111110 10010 10000011 1000000 110011

Color Harmonies of #30D24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D24F

Black with #30D24F

Text Example


Text Example

White with #30D24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,210,79); }

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

background-color css

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

 a { background-color: rgb(48,210,79); }

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

border-color css

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

 span { border-color: rgb(48,210,79); }

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