#41CA37

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

Shades of Lime Green #41CA37

Tints of Lime Green #41CA37

Color information

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

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

Color convert

RGB6520255-
CMYK0.6800.730.21
HSL115.92º58.1%50.39%-
HSV(B)115.92º72.77%79.22%-
XYZ23.9943.6410.77-
YUV144.2877.6171.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65202550.6800.730.21115.9258.150.39
Hex41CA374404915743a32
Octal101312671040111251647262
Binary100000111001010110111100010001001001101011110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41CA37; }

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

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

<style>
 a { background-color: #41CA37; }

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

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

<style>
 span { border-color: #41CA37; }

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

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