#41CA33

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

Shades of Lime Green #41CA33

Tints of Lime Green #41CA33

Color information

#41CA33 (or 0x41CA33) is unknown color: approx Lime Green. HEX triplet: 41, CA and 33. RGB value is (65,202,51). Sum of RGB (Red+Green+Blue) = 65+202+51=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA33 is #BE35CC. Grayscale: #909090. Windows color (decimal): -12465613 or 3394113. OLE color: 3394113.

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

Color convert

RGB6520251-
CMYK0.6800.750.21
HSL114.44º59.68%49.61%-
HSV(B)114.44º74.75%79.22%-
XYZ23.943.610.29-
YUV143.8275.6171.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 202 (79.30% from 255) = 63.52%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=20.44%
G=63.52%
B=16.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65202510.6800.750.21114.4459.6849.61
Hex41CA334404B15723c32
Octal101312631040113251627462
Binary100000111001010110011100010001001011101011110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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