Html Css Color HEX #37C032 Lime Green

📋 copy color: '#37C032'

red 55 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #37C032

Tints of Lime Green #37C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.65%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 18.52%
G = 64.65%
B = 16.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#37C032 (or 0x37C032) is known color: Lime Green. HEX triplet: 37, C0 and 32. RGB value is (55,192,50). Sum of RGB (Red+Green+Blue) = 55+192+50=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #37C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C032 is #C83FCD. Grayscale: #878787. Windows color (decimal): -13123534 or 3326007. OLE color: 3326007.

HSL color Cylindrical-coordinate representation of color #37C032: hue angle of 117.89º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37C032 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 192 50 -
CMYK 0.71 0 0.74 0.25
HSL 117.89º 0.59% 0.47% -
HSV(B) 117.89º 0.74% 0.75% -
XYZ 21 38.74 9.39 -
YUV 134.85 80.11 71.05 -
System Red Green Blue C M Y K H S L
Decimal 55 192 50 0.71 0 0.74 0.25 117.89 0.59 0.47
Hex 37 C0 32 47 0 4A 19 76 3B 2F
Octal 67 300 62 107 0 112 31 166 73 57
Binary 110111 11000000 110010 1000111 0 1001010 11001 1110110 111011 101111

Color Harmonies of #37C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C032

Black with #37C032

Text Example


Text Example

White with #37C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,192,50); }

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

background-color css

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

 a { background-color: rgb(55,192,50); }

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

border-color css

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

 span { border-color: rgb(55,192,50); }

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