#37CC28

Color #37CC28 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #37CC28

Tints of Lime Green #37CC28

Color information

#37CC28 (or 0x37CC28) is unknown color: approx Lime Green. HEX triplet: 37, CC and 28. RGB value is (55,204,40). Sum of RGB (Red+Green+Blue) = 55+204+40=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CC28 is #C833D7. Grayscale: #8D8D8D. Windows color (decimal): -13120472 or 2673719. OLE color: 2673719.

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

Color convert

RGB5520440-
CMYK0.7300.800.2
HSL114.51º67.21%47.84%-
HSV(B)114.51º80.39%80%-
XYZ23.5544.159.29-
YUV140.7571.1466.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 204 (80.08% from 255) = 68.23%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=18.39%
G=68.23%
B=13.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal55204400.7300.800.2114.5167.2147.84
Hex37CC284905014734330
Octal673145011101202416310360
Binary110111110011001010001001001010100001010011100111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37CC28;
 }
 .AnyTagClassName
 {
   color: #37CC28;
 }
</style>
background-color css

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

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

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

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

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

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