#41CC4C

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

Shades of Lime Green #41CC4C

Tints of Lime Green #41CC4C

Color information

#41CC4C (or 0x41CC4C) is unknown color: approx Lime Green. HEX triplet: 41, CC and 4C. RGB value is (65,204,76). Sum of RGB (Red+Green+Blue) = 65+204+76=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #41CC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CC4C is #BE33B3. Grayscale: #949494. Windows color (decimal): -12465076 or 5033025. OLE color: 5033025.

HSL color Cylindrical-coordinate representation of color #41CC4C: hue angle of 124.75º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CC4C is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB6520476-
CMYK0.6800.630.2
HSL124.75º57.68%52.75%-
HSV(B)124.75º68.14%80%-
XYZ25.0844.8314.17-
YUV147.8587.4568.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 204 (80.08% from 255) = 59.13%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=18.84%
G=59.13%
B=22.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal65204760.6800.630.2124.7557.6852.75
Hex41CC4C4403F147d3a35
Octal101314114104077241757265
Binary100000111001100100110010001000111111101001111101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,204,76); }

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

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

 a { background-color: rgb(65,204,76); }

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

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

 span { border-color: rgb(65,204,76); }

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