#37CA41

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

Shades of Lime Green #37CA41

Tints of Lime Green #37CA41

Color information

#37CA41 (or 0x37CA41) is unknown color: approx Lime Green. HEX triplet: 37, CA and 41. RGB value is (55,202,65). Sum of RGB (Red+Green+Blue) = 55+202+65=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CA41 is #C835BE. Grayscale: #8E8E8E. Windows color (decimal): -13120959 or 4311607. OLE color: 4311607.

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

Color convert

RGB5520265-
CMYK0.7300.680.21
HSL124.08º58.1%50.39%-
HSV(B)124.08º72.77%79.22%-
XYZ23.6543.4312.14-
YUV142.4384.365.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 202 (79.30% from 255) = 62.73%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=17.08%
G=62.73%
B=20.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55202650.7300.680.21124.0858.150.39
Hex37CA4149044157c3a32
Octal673121011110104251747262
Binary110111110010101000001100100101000100101011111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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