#41D03A

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

Shades of Lime Green #41D03A

Tints of Lime Green #41D03A

Color information

#41D03A (or 0x41D03A) is unknown color: approx Lime Green. HEX triplet: 41, D0 and 3A. RGB value is (65,208,58). Sum of RGB (Red+Green+Blue) = 65+208+58=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #41D03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D03A is #BE2FC5. Grayscale: #949494. Windows color (decimal): -12464070 or 3854401. OLE color: 3854401.

HSL color Cylindrical-coordinate representation of color #41D03A: hue angle of 117.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D03A is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB6520858-
CMYK0.6900.720.18
HSL117.2º61.48%52.16%-
HSV(B)117.2º72.12%81.57%-
XYZ25.546.5411.64-
YUV148.1477.1268.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 208 (81.64% from 255) = 62.84%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=19.64%
G=62.84%
B=17.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65208580.6900.720.18117.261.4852.16
Hex41D03A4504812753d34
Octal101320721050110221657564
Binary100000111010000111010100010101001000100101110101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,208,58); }

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

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

 a { background-color: rgb(65,208,58); }

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

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

 span { border-color: rgb(65,208,58); }

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