Html Css Color HEX #24F130 Lime Green

📋 copy color: '#24F130'

red 36 ◦ green 241 ◦ blue 48

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

Shades of Lime Green #24F130

Tints of Lime Green #24F130

RGB

 RED value IS 36 (14.45% from 255) = 11.08%

 GREEN value IS 241 (94.53% from 255) = 74.15%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 11.08%
G = 74.15%
B = 14.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#24F130 (or 0x24F130) is known color: Lime Green. HEX triplet: 24, F1 and 30. RGB value is (36,241,48). Sum of RGB (Red+Green+Blue) = 36+241+48=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #24F130 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #24F130 is #DB0ECF. Grayscale: #9E9E9E. Windows color (decimal): -14356176 or 3207460. OLE color: 3207460.

HSL color Cylindrical-coordinate representation of color #24F130: hue angle of 123.51º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F130 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 241 48 -
CMYK 0.85 0 0.80 0.05
HSL 123.51º 0.88% 0.54% -
HSV(B) 123.51º 0.85% 0.95% -
XYZ 32.72 63.5 13.33 -
YUV 157.7 66.08 41.19 -
System Red Green Blue C M Y K H S L
Decimal 36 241 48 0.85 0 0.80 0.05 123.51 0.88 0.54
Hex 24 F1 30 55 0 50 5 7C 58 36
Octal 44 361 60 125 0 120 5 174 130 66
Binary 100100 11110001 110000 1010101 0 1010000 101 1111100 1011000 110110

Color Harmonies of #24F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F130

Black with #24F130

Text Example


Text Example

White with #24F130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24F130; }

 p { color: rgb(36,241,48); }

 H1.HeaderClassName
 {
   color: #24F130;
 }
 .AnyTagClassName
 {
   color: #24F130;
 }
</style>

background-color css

<style>
 a { background-color: #24F130; }

 a { background-color: rgb(36,241,48); }

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

border-color css

<style>
 span { border-color: #24F130; }

 span { border-color: rgb(36,241,48); }

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