Html Css Color HEX #37CC40 Lime Green

📋 copy color: '#37CC40'

red 55 ◦ green 204 ◦ blue 64

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

Shades of Lime Green #37CC40

Tints of Lime Green #37CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.16%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 17.03%
G = 63.16%
B = 19.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#37CC40 (or 0x37CC40) is known color: Lime Green. HEX triplet: 37, CC and 40. RGB value is (55,204,64). Sum of RGB (Red+Green+Blue) = 55+204+64=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CC40 is #C833BF. Grayscale: #8F8F8F. Windows color (decimal): -13120448 or 4246583. OLE color: 4246583.

HSL color Cylindrical-coordinate representation of color #37CC40: hue angle of 123.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CC40 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 204 64 -
CMYK 0.73 0 0.69 0.2
HSL 123.62º 0.59% 0.51% -
HSV(B) 123.62º 0.73% 0.8% -
XYZ 24.09 44.37 12.14 -
YUV 143.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 55 204 64 0.73 0 0.69 0.2 123.62 0.59 0.51
Hex 37 CC 40 49 0 45 14 7C 3B 33
Octal 67 314 100 111 0 105 24 174 73 63
Binary 110111 11001100 1000000 1001001 0 1000101 10100 1111100 111011 110011

Color Harmonies of #37CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CC40

Black with #37CC40

Text Example


Text Example

White with #37CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,204,64); }

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

background-color css

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

 a { background-color: rgb(55,204,64); }

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

border-color css

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

 span { border-color: rgb(55,204,64); }

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