#41C03B

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

Shades of Lime Green #41C03B

Tints of Lime Green #41C03B

Color information

#41C03B (or 0x41C03B) is unknown color: approx Lime Green. HEX triplet: 41, C0 and 3B. RGB value is (65,192,59). Sum of RGB (Red+Green+Blue) = 65+192+59=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #41C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C03B is #BE3FC4. Grayscale: #8B8B8B. Windows color (decimal): -12468165 or 3915841. OLE color: 3915841.

HSL color Cylindrical-coordinate representation of color #41C03B: hue angle of 117.29º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41C03B is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB6519259-
CMYK0.6600.690.25
HSL117.29º52.99%49.22%-
HSV(B)117.29º69.27%75.29%-
XYZ21.8239.1410.54-
YUV138.8682.9275.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 192 (75.39% from 255) = 60.76%
BLUE value IS 59 (23.44% from 255) = 18.67%
R=20.57%
G=60.76%
B=18.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65192590.6600.690.25117.2952.9949.22
Hex41C03B4204519753531
Octal101300731020105311656561
Binary100000111000000111011100001001000101110011110101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,192,59); }

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

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

 a { background-color: rgb(65,192,59); }

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

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

 span { border-color: rgb(65,192,59); }

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