#40CC2C

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

Shades of Lime Green #40CC2C

Tints of Lime Green #40CC2C

Color information

#40CC2C (or 0x40CC2C) is unknown color: approx Lime Green. HEX triplet: 40, CC and 2C. RGB value is (64,204,44). Sum of RGB (Red+Green+Blue) = 64+204+44=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC2C is #BF33D3. Grayscale: #909090. Windows color (decimal): -12530644 or 2935872. OLE color: 2935872.

HSL color Cylindrical-coordinate representation of color #40CC2C: hue angle of 112.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40CC2C is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB6420444-
CMYK0.6900.780.2
HSL112.5º64.52%48.63%-
HSV(B)112.5º78.43%80%-
XYZ24.1644.469.69-
YUV143.971.6271.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 204 (80.08% from 255) = 65.38%
BLUE value IS 44 (17.58% from 255) = 14.10%
R=20.51%
G=65.38%
B=14.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal64204440.6900.780.2112.564.5248.63
Hex40CC2C4504E14704131
Octal1003145410501162416010161
Binary1000000110011001011001000101010011101010011100001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,204,44); }

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

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

 a { background-color: rgb(64,204,44); }

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

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

 span { border-color: rgb(64,204,44); }

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