#41CA38

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

Shades of Lime Green #41CA38

Tints of Lime Green #41CA38

Color information

#41CA38 (or 0x41CA38) is unknown color: approx Lime Green. HEX triplet: 41, CA and 38. RGB value is (65,202,56). Sum of RGB (Red+Green+Blue) = 65+202+56=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA38 is #BE35C7. Grayscale: #909090. Windows color (decimal): -12465608 or 3721793. OLE color: 3721793.

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

Color convert

RGB6520256-
CMYK0.6800.720.21
HSL116.3º57.94%50.59%-
HSV(B)116.3º72.28%79.22%-
XYZ24.0143.6510.9-
YUV144.3978.1171.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 202 (79.30% from 255) = 62.54%
BLUE value IS 56 (22.27% from 255) = 17.34%
R=20.12%
G=62.54%
B=17.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65202560.6800.720.21116.357.9450.59
Hex41CA384404815743a33
Octal101312701040110251647263
Binary100000111001010111000100010001001000101011110100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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