#40C002

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

Shades of Kelly Green #40C002

Tints of Kelly Green #40C002

Color information

#40C002 (or 0x40C002) is unknown color: approx Kelly Green. HEX triplet: 40, C0 and 02. RGB value is (64,192,2). Sum of RGB (Red+Green+Blue) = 64+192+2=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #40C002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C002 is #BF3FFD. Grayscale: #848484. Windows color (decimal): -12533758 or 180288. OLE color: 180288.

HSL color Cylindrical-coordinate representation of color #40C002: hue angle of 100.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40C002 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB641922-
CMYK0.6700.990.25
HSL100.42º97.94%38.04%-
HSV(B)100.42º98.96%75.29%-
XYZ20.9738.796.44-
YUV132.0754.5979.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 192 (75.39% from 255) = 74.42%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=24.81%
G=74.42%
B=0.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6419220.6700.990.25100.4297.9438.04
Hex40C024306319646226
Octal100300210301433114414246
Binary100000011000000101000011011000111100111001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,192,2); }

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

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

 a { background-color: rgb(64,192,2); }

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

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

 span { border-color: rgb(64,192,2); }

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