#41D652

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

Shades of Lime Green #41D652

Tints of Lime Green #41D652

Color information

#41D652 (or 0x41D652) is unknown color: approx Lime Green. HEX triplet: 41, D6 and 52. RGB value is (65,214,82). Sum of RGB (Red+Green+Blue) = 65+214+82=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #41D652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D652 is #BE29AD. Grayscale: #9A9A9A. Windows color (decimal): -12462510 or 5428801. OLE color: 5428801.

HSL color Cylindrical-coordinate representation of color #41D652: hue angle of 126.85º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D652 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB6521482-
CMYK0.7000.620.16
HSL126.85º64.5%54.71%-
HSV(B)126.85º69.63%83.92%-
XYZ27.7549.8316.14-
YUV154.487.1464.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 214 (83.98% from 255) = 59.28%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=18.01%
G=59.28%
B=22.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65214820.7000.620.16126.8564.554.71
Hex41D6524603E107f4137
Octal1013261221060762017710167
Binary1000001110101101010010100011001111101000011111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,214,82); }

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

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

 a { background-color: rgb(65,214,82); }

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

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

 span { border-color: rgb(65,214,82); }

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