Html Css Color HEX #37C952 Lime Green

📋 copy color: '#37C952'

red 55 ◦ green 201 ◦ blue 82

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

Shades of Lime Green #37C952

Tints of Lime Green #37C952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.47%

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

R = 16.27%
G = 59.47%
B = 24.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#37C952 (or 0x37C952) is known color: Lime Green. HEX triplet: 37, C9 and 52. RGB value is (55,201,82). Sum of RGB (Red+Green+Blue) = 55+201+82=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #37C952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37C952 is #C836AD. Grayscale: #909090. Windows color (decimal): -13121198 or 5425463. OLE color: 5425463.

HSL color Cylindrical-coordinate representation of color #37C952: hue angle of 131.1º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C952 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 201 82 -
CMYK 0.73 0 0.59 0.21
HSL 131.1º 0.57% 0.5% -
HSV(B) 131.1º 0.73% 0.79% -
XYZ 23.99 43.19 15.06 -
YUV 143.78 93.13 64.68 -
System Red Green Blue C M Y K H S L
Decimal 55 201 82 0.73 0 0.59 0.21 131.1 0.57 0.5
Hex 37 C9 52 49 0 3B 15 83 39 32
Octal 67 311 122 111 0 73 25 203 71 62
Binary 110111 11001001 1010010 1001001 0 111011 10101 10000011 111001 110010

Color Harmonies of #37C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C952

Black with #37C952

Text Example


Text Example

White with #37C952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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