#37CC26

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

Shades of Lime Green #37CC26

Tints of Lime Green #37CC26

Color information

#37CC26 (or 0x37CC26) is unknown color: approx Lime Green. HEX triplet: 37, CC and 26. RGB value is (55,204,38). Sum of RGB (Red+Green+Blue) = 55+204+38=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 204 (80.08% from 255 or 68.69% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CC26 is #C833D9. Grayscale: #8D8D8D. Windows color (decimal): -13120474 or 2542647. OLE color: 2542647.

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

Color convert

RGB5520438-
CMYK0.7300.810.2
HSL113.86º68.6%47.45%-
HSV(B)113.86º81.37%80%-
XYZ23.5244.149.11-
YUV140.5270.1467-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 204 (80.08% from 255) = 68.69%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=18.52%
G=68.69%
B=12.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal55204380.7300.810.2113.8668.647.45
Hex37CC26490511472452f
Octal673144611101212416210557
Binary110111110011001001101001001010100011010011100101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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