Html Css Color HEX #37F428 Lime Green

📋 copy color: '#37F428'

red 55 ◦ green 244 ◦ blue 40

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

Shades of Lime Green #37F428

Tints of Lime Green #37F428

RGB

 RED value IS 55 (21.88% from 255) = 16.22%

 GREEN value IS 244 (95.7% from 255) = 71.98%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 16.22%
G = 71.98%
B = 11.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#37F428 (or 0x37F428) is known color: Lime Green. HEX triplet: 37, F4 and 28. RGB value is (55,244,40). Sum of RGB (Red+Green+Blue) = 55+244+40=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 244 (95.70% from 255 or 71.98% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 244 - color contains mainly: green. Hex color #37F428 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F428 is #C80BD7. Grayscale: #A4A4A4. Windows color (decimal): -13110232 or 2683959. OLE color: 2683959.

HSL color Cylindrical-coordinate representation of color #37F428: hue angle of 115.59º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37F428 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 244 40 -
CMYK 0.77 0 0.84 0.04
HSL 115.59º 0.9% 0.56% -
HSV(B) 115.59º 0.84% 0.96% -
XYZ 34.31 65.67 12.87 -
YUV 164.23 57.88 50.09 -
System Red Green Blue C M Y K H S L
Decimal 55 244 40 0.77 0 0.84 0.04 115.59 0.9 0.56
Hex 37 F4 28 4D 0 54 4 74 5A 38
Octal 67 364 50 115 0 124 4 164 132 70
Binary 110111 11110100 101000 1001101 0 1010100 100 1110100 1011010 111000

Color Harmonies of #37F428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F428

Black with #37F428

Text Example


Text Example

White with #37F428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37F428; }

 p { color: rgb(55,244,40); }

 H1.HeaderClassName
 {
   color: #37F428;
 }
 .AnyTagClassName
 {
   color: #37F428;
 }
</style>

background-color css

<style>
 a { background-color: #37F428; }

 a { background-color: rgb(55,244,40); }

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

border-color css

<style>
 span { border-color: #37F428; }

 span { border-color: rgb(55,244,40); }

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