#40df52

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

Shades of Lime Green #40DF52

Tints of Lime Green #40DF52

Color information

#40DF52 (or 0x40DF52) is unknown color: approx Lime Green. HEX triplet: 40, DF and 52. RGB value is (64,223,82). Sum of RGB (Red+Green+Blue) = 64+223+82=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DF52 is #BF20AD. Grayscale: #9F9F9F. Windows color (decimal): -12525742 or 5431104. OLE color: 5431104.

HSL color Cylindrical-coordinate representation of color #40DF52: hue angle of 126.79º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DF52 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB6422382-
CMYK0.7100.630.13
HSL126.79º71.3%56.27%-
HSV(B)126.79º71.3%87.45%-
XYZ30.0354.4716.91-
YUV159.3884.3259.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 223 (87.5% from 255) = 60.43%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=17.34%
G=60.43%
B=22.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64223820.7100.630.13126.7971.356.27
Hex40DF524703FD7f4738
Octal1003371221070771517710770
Binary100000011011111101001010001110111111110111111111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40df52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40df52; }

 p { color: rgb(64,223,82); }

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

<style>
 a { background-color: #40df52; }

 a { background-color: rgb(64,223,82); }

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

<style>
 span { border-color: #40df52; }

 span { border-color: rgb(64,223,82); }

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