Html Css Color HEX #30C24F Lime Green

📋 copy color: '#30C24F'

red 48 ◦ green 194 ◦ blue 79

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

Shades of Lime Green #30C24F

Tints of Lime Green #30C24F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.44%

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

R = 14.95%
G = 60.44%
B = 24.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#30C24F (or 0x30C24F) is known color: Lime Green. HEX triplet: 30, C2 and 4F. RGB value is (48,194,79). Sum of RGB (Red+Green+Blue) = 48+194+79=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #30C24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C24F is #CF3DB0. Grayscale: #898989. Windows color (decimal): -13581745 or 5227056. OLE color: 5227056.

HSL color Cylindrical-coordinate representation of color #30C24F: hue angle of 132.74º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C24F is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 194 79 -
CMYK 0.75 0 0.59 0.24
HSL 132.74º 0.6% 0.47% -
HSV(B) 132.74º 0.75% 0.76% -
XYZ 21.92 39.78 13.92 -
YUV 137.24 95.13 64.35 -
System Red Green Blue C M Y K H S L
Decimal 48 194 79 0.75 0 0.59 0.24 132.74 0.6 0.47
Hex 30 C2 4F 4B 0 3B 18 85 3C 2F
Octal 60 302 117 113 0 73 30 205 74 57
Binary 110000 11000010 1001111 1001011 0 111011 11000 10000101 111100 101111

Color Harmonies of #30C24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C24F

Black with #30C24F

Text Example


Text Example

White with #30C24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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