#37CD46

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

Shades of Lime Green #37CD46

Tints of Lime Green #37CD46

Color information

#37CD46 (or 0x37CD46) is unknown color: approx Lime Green. HEX triplet: 37, CD and 46. RGB value is (55,205,70). Sum of RGB (Red+Green+Blue) = 55+205+70=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CD46 is #C832B9. Grayscale: #919191. Windows color (decimal): -13120186 or 4640055. OLE color: 4640055.

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

Color convert

RGB5520570-
CMYK0.7300.660.20
HSL126º60%50.98%-
HSV(B)126º73.17%80.39%-
XYZ24.5144.9213.17-
YUV144.7685.863.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 205 (80.47% from 255) = 62.12%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=16.67%
G=62.12%
B=21.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55205700.7300.660.201266050.98
Hex37CD4649042147e3c33
Octal673151061110102241767463
Binary110111110011011000110100100101000010101001111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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