#40CF2F

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

Shades of Lime Green #40CF2F

Tints of Lime Green #40CF2F

Color information

#40CF2F (or 0x40CF2F) is unknown color: approx Lime Green. HEX triplet: 40, CF and 2F. RGB value is (64,207,47). Sum of RGB (Red+Green+Blue) = 64+207+47=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CF2F is #BF30D0. Grayscale: #929292. Windows color (decimal): -12529873 or 3133248. OLE color: 3133248.

HSL color Cylindrical-coordinate representation of color #40CF2F: hue angle of 113.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40CF2F is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB6420747-
CMYK0.6900.770.19
HSL113.62º62.99%49.8%-
HSV(B)113.62º77.29%81.18%-
XYZ24.9445.9210.24-
YUV14672.1269.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 207 (81.25% from 255) = 65.09%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=20.13%
G=65.09%
B=14.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal64207470.6900.770.19113.6262.9949.8
Hex40CF2F4504D13723f32
Octal100317571050115231627762
Binary100000011001111101111100010101001101100111110010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,207,47); }

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

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

 a { background-color: rgb(64,207,47); }

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

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

 span { border-color: rgb(64,207,47); }

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