#40D933

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

Shades of Lime Green #40D933

Tints of Lime Green #40D933

Color information

#40D933 (or 0x40D933) is unknown color: approx Lime Green. HEX triplet: 40, D9 and 33. RGB value is (64,217,51). Sum of RGB (Red+Green+Blue) = 64+217+51=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #40D933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D933 is #BF26CC. Grayscale: #989898. Windows color (decimal): -12527309 or 3397952. OLE color: 3397952.

HSL color Cylindrical-coordinate representation of color #40D933: hue angle of 115.3º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40D933 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB6421751-
CMYK0.7100.760.15
HSL115.3º68.6%52.55%-
HSV(B)115.3º76.5%85.1%-
XYZ27.5250.9511.52-
YUV152.3370.8165-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 217 (85.16% from 255) = 65.36%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=19.28%
G=65.36%
B=15.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64217510.7100.760.15115.368.652.55
Hex40D9334704CF734535
Octal1003316310701141716310565
Binary100000011011001110011100011101001100111111100111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,217,51); }

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

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

 a { background-color: rgb(64,217,51); }

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

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

 span { border-color: rgb(64,217,51); }

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