#37CF20

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

Shades of Lime Green #37CF20

Tints of Lime Green #37CF20

Color information

#37CF20 (or 0x37CF20) is unknown color: approx Lime Green. HEX triplet: 37, CF and 20. RGB value is (55,207,32). Sum of RGB (Red+Green+Blue) = 55+207+32=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 207 (81.25% from 255 or 70.41% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CF20 is #C830DF. Grayscale: #8E8E8E. Windows color (decimal): -13119712 or 2150199. OLE color: 2150199.

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

Color convert

RGB5520732-
CMYK0.7300.850.19
HSL112.11º73.22%46.86%-
HSV(B)112.11º84.54%81.18%-
XYZ24.1545.548.88-
YUV141.666.1466.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 207 (81.25% from 255) = 70.41%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=18.71%
G=70.41%
B=10.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55207320.7300.850.19112.1173.2246.86
Hex37CF20490551370492f
Octal673174011101252316011157
Binary110111110011111000001001001010101011001111100001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,207,32); }

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

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

 a { background-color: rgb(55,207,32); }

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

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

 span { border-color: rgb(55,207,32); }

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