#37CB41

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

Shades of Lime Green #37CB41

Tints of Lime Green #37CB41

Color information

#37CB41 (or 0x37CB41) is unknown color: approx Lime Green. HEX triplet: 37, CB and 41. RGB value is (55,203,65). Sum of RGB (Red+Green+Blue) = 55+203+65=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB41 is #C834BE. Grayscale: #8F8F8F. Windows color (decimal): -13120703 or 4311863. OLE color: 4311863.

HSL color Cylindrical-coordinate representation of color #37CB41: hue angle of 124.05º 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 #37CB41 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB5520365-
CMYK0.7300.680.20
HSL124.05º58.73%50.59%-
HSV(B)124.05º72.91%79.61%-
XYZ23.8943.9112.22-
YUV143.0283.9765.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 203 (79.69% from 255) = 62.85%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=17.03%
G=62.85%
B=20.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55203650.7300.680.20124.0558.7350.59
Hex37CB4149044147c3b33
Octal673131011110104241747363
Binary110111110010111000001100100101000100101001111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,203,65); }

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

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

 a { background-color: rgb(55,203,65); }

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

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

 span { border-color: rgb(55,203,65); }

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