Html Css Color HEX #40C002 Kelly Green

📋 copy color: '#40C002'

red 64 ◦ green 192 ◦ blue 2

#40C002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #40C002

Tints of Kelly Green #40C002

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 value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#40C002 (or 0x40C002) is known color: 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

RGB 64 192 2 -
CMYK 0.67 0 0.99 0.25
HSL 100.42º 0.98% 0.38% -
HSV(B) 100.42º 0.99% 0.75% -
XYZ 20.97 38.79 6.44 -
YUV 132.07 54.59 79.45 -
System Red Green Blue C M Y K H S L
Decimal 64 192 2 0.67 0 0.99 0.25 100.42 0.98 0.38
Hex 40 C0 2 43 0 63 19 64 62 26
Octal 100 300 2 103 0 143 31 144 142 46
Binary 1000000 11000000 10 1000011 0 1100011 11001 1100100 1100010 100110

Color Harmonies of #40C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C002

Black with #40C002

Text Example


Text Example

White with #40C002

Text Example


Text Example

HTML Codes & Css Web 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>