#41D351

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

Shades of Lime Green #41D351

Tints of Lime Green #41D351

Color information

#41D351 (or 0x41D351) is unknown color: approx Lime Green. HEX triplet: 41, D3 and 51. RGB value is (65,211,81). Sum of RGB (Red+Green+Blue) = 65+211+81=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #41D351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D351 is #BE2CAE. Grayscale: #989898. Windows color (decimal): -12463279 or 5362497. OLE color: 5362497.

HSL color Cylindrical-coordinate representation of color #41D351: hue angle of 126.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D351 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB6521181-
CMYK0.6900.620.17
HSL126.58º62.39%54.12%-
HSV(B)126.58º69.19%82.75%-
XYZ26.9648.3115.69-
YUV152.5387.6365.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.21%
GREEN value IS 211 (82.81% from 255) = 59.10%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=18.21%
G=59.10%
B=22.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65211810.6900.620.17126.5862.3954.12
Hex41D3514503E117f3e36
Octal101323121105076211777666
Binary100000111010011101000110001010111110100011111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,211,81); }

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

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

 a { background-color: rgb(65,211,81); }

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

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

 span { border-color: rgb(65,211,81); }

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