#37CA26

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

Shades of Lime Green #37CA26

Tints of Lime Green #37CA26

Color information

#37CA26 (or 0x37CA26) is unknown color: approx Lime Green. HEX triplet: 37, CA and 26. RGB value is (55,202,38). Sum of RGB (Red+Green+Blue) = 55+202+38=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CA26 is #C835D9. Grayscale: #8B8B8B. Windows color (decimal): -13120986 or 2542135. OLE color: 2542135.

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

Color convert

RGB5520238-
CMYK0.7300.810.21
HSL113.78º68.33%47.06%-
HSV(B)113.78º81.19%79.22%-
XYZ23.0543.198.96-
YUV139.3570.867.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 202 (79.30% from 255) = 68.47%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=18.64%
G=68.47%
B=12.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55202380.7300.810.21113.7868.3347.06
Hex37CA26490511572442f
Octal673124611101212516210457
Binary110111110010101001101001001010100011010111100101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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