#41CE36

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

Shades of Lime Green #41CE36

Tints of Lime Green #41CE36

Color information

#41CE36 (or 0x41CE36) is unknown color: approx Lime Green. HEX triplet: 41, CE and 36. RGB value is (65,206,54). Sum of RGB (Red+Green+Blue) = 65+206+54=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE36 is #BE31C9. Grayscale: #929292. Windows color (decimal): -12464586 or 3591745. OLE color: 3591745.

HSL color Cylindrical-coordinate representation of color #41CE36: hue angle of 115.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41CE36 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB6520654-
CMYK0.6800.740.19
HSL115.66º60.8%50.98%-
HSV(B)115.66º73.79%80.78%-
XYZ24.9245.5310.97-
YUV146.5175.7969.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 206 (80.86% from 255) = 63.38%
BLUE value IS 54 (21.48% from 255) = 16.62%
R=20%
G=63.38%
B=16.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65206540.6800.740.19115.6660.850.98
Hex41CE364404A13743d33
Octal101316661040112231647563
Binary100000111001110110110100010001001010100111110100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,206,54); }

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

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

 a { background-color: rgb(65,206,54); }

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

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

 span { border-color: rgb(65,206,54); }

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