#41CA26

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

Shades of Lime Green #41CA26

Tints of Lime Green #41CA26

Color information

#41CA26 (or 0x41CA26) is unknown color: approx Lime Green. HEX triplet: 41, CA and 26. RGB value is (65,202,38). Sum of RGB (Red+Green+Blue) = 65+202+38=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA26 is #BE35D9. Grayscale: #8E8E8E. Windows color (decimal): -12465626 or 2542145. OLE color: 2542145.

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

Color convert

RGB6520238-
CMYK0.6800.810.21
HSL110.12º68.33%47.06%-
HSV(B)110.12º81.19%79.22%-
XYZ23.6543.58.98-
YUV142.3469.1172.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 202 (79.30% from 255) = 66.23%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=21.31%
G=66.23%
B=12.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65202380.6800.810.21110.1268.3347.06
Hex41CA2644051156e442f
Octal1013124610401212515610457
Binary1000001110010101001101000100010100011010111011101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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