#40c32b

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

Shades of Lime Green #40C32B

Tints of Lime Green #40C32B

Color information

#40C32B (or 0x40C32B) is unknown color: approx Lime Green. HEX triplet: 40, C3 and 2B. RGB value is (64,195,43). Sum of RGB (Red+Green+Blue) = 64+195+43=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #40C32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C32B is #BF3CD4. Grayscale: #8A8A8A. Windows color (decimal): -12532949 or 2868032. OLE color: 2868032.

HSL color Cylindrical-coordinate representation of color #40C32B: hue angle of 111.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40C32B is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB6419543-
CMYK0.6700.780.24
HSL111.71º63.87%46.67%-
HSV(B)111.71º77.95%76.47%-
XYZ22.0740.298.9-
YUV138.574.174.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 195 (76.56% from 255) = 64.57%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=21.19%
G=64.57%
B=14.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64195430.6700.780.24111.7163.8746.67
Hex40C32B4304E1870402f
Octal1003035310301163016010057
Binary1000000110000111010111000011010011101100011100001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40c32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,195,43); }

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

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

 a { background-color: rgb(64,195,43); }

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

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

 span { border-color: rgb(64,195,43); }

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