#41DC4B

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

Shades of Lime Green #41DC4B

Tints of Lime Green #41DC4B

Color information

#41DC4B (or 0x41DC4B) is unknown color: approx Lime Green. HEX triplet: 41, DC and 4B. RGB value is (65,220,75). Sum of RGB (Red+Green+Blue) = 65+220+75=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DC4B is #BE23B4. Grayscale: #9D9D9D. Windows color (decimal): -12460981 or 4971585. OLE color: 4971585.

HSL color Cylindrical-coordinate representation of color #41DC4B: hue angle of 123.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DC4B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB6522075-
CMYK0.7000.660.14
HSL123.87º68.89%55.88%-
HSV(B)123.87º70.45%86.27%-
XYZ29.0452.8215.32-
YUV157.1281.6562.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 220 (86.33% from 255) = 61.11%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=18.06%
G=61.11%
B=20.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65220750.7000.660.14123.8768.8955.88
Hex41DC4B46042E7c4538
Octal10133411310601021617410570
Binary1000001110111001001011100011001000010111011111001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,220,75); }

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

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

 a { background-color: rgb(65,220,75); }

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

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

 span { border-color: rgb(65,220,75); }

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