#37CD41

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

Shades of Lime Green #37CD41

Tints of Lime Green #37CD41

Color information

#37CD41 (or 0x37CD41) is unknown color: approx Lime Green. HEX triplet: 37, CD and 41. RGB value is (55,205,65). Sum of RGB (Red+Green+Blue) = 55+205+65=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CD41 is #C832BE. Grayscale: #909090. Windows color (decimal): -13120191 or 4312375. OLE color: 4312375.

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

Color convert

RGB5520565-
CMYK0.7300.680.20
HSL124º60%50.98%-
HSV(B)124º73.17%80.39%-
XYZ24.3644.8612.38-
YUV144.1983.364.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 205 (80.47% from 255) = 63.08%
BLUE value IS 65 (25.78% from 255) = 20%
R=16.92%
G=63.08%
B=20%

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
Decimal55205650.7300.680.201246050.98
Hex37CD4149044147c3c33
Octal673151011110104241747463
Binary110111110011011000001100100101000100101001111100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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