Html Css Color HEX #37F252 Lime Green

📋 copy color: '#37F252'

red 55 ◦ green 242 ◦ blue 82

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

Shades of Lime Green #37F252

Tints of Lime Green #37F252

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.85%

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 14.51%
G = 63.85%
B = 21.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#37F252 (or 0x37F252) is known color: Lime Green. HEX triplet: 37, F2 and 52. RGB value is (55,242,82). Sum of RGB (Red+Green+Blue) = 55+242+82=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #37F252 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37F252 is #C80DAD. Grayscale: #A8A8A8. Windows color (decimal): -13110702 or 5435959. OLE color: 5435959.

HSL color Cylindrical-coordinate representation of color #37F252: hue angle of 128.66º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F252 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 242 82 -
CMYK 0.77 0 0.66 0.05
HSL 128.66º 0.88% 0.58% -
HSV(B) 128.66º 0.77% 0.95% -
XYZ 34.85 64.93 18.68 -
YUV 167.85 79.55 47.51 -
System Red Green Blue C M Y K H S L
Decimal 55 242 82 0.77 0 0.66 0.05 128.66 0.88 0.58
Hex 37 F2 52 4D 0 42 5 81 58 3A
Octal 67 362 122 115 0 102 5 201 130 72
Binary 110111 11110010 1010010 1001101 0 1000010 101 10000001 1011000 111010

Color Harmonies of #37F252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F252

Black with #37F252

Text Example


Text Example

White with #37F252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,242,82); }

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

background-color css

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

 a { background-color: rgb(55,242,82); }

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

border-color css

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

 span { border-color: rgb(55,242,82); }

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