Html Css Color HEX #40AF02 Kelly Green

📋 copy color: '#40AF02'

red 64 ◦ green 175 ◦ blue 2

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

Shades of Kelly Green #40AF02

Tints of Kelly Green #40AF02

RGB

 RED value IS 64 (25.39% from 255) = 26.56%

 GREEN value IS 175 (68.75% from 255) = 72.61%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 26.56%
G = 72.61%
B = 0.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#40AF02 (or 0x40AF02) is known color: Kelly Green. HEX triplet: 40, AF and 02. RGB value is (64,175,2). Sum of RGB (Red+Green+Blue) = 64+175+2=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AF02 is #BF50FD. Grayscale: #7A7A7A. Windows color (decimal): -12538110 or 175936. OLE color: 175936.

HSL color Cylindrical-coordinate representation of color #40AF02: hue angle of 98.5º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40AF02 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 2 -
CMYK 0.63 0 0.99 0.31
HSL 98.5º 0.98% 0.35% -
HSV(B) 98.5º 0.99% 0.69% -
XYZ 17.46 31.75 5.27 -
YUV 122.09 60.23 86.57 -
System Red Green Blue C M Y K H S L
Decimal 64 175 2 0.63 0 0.99 0.31 98.5 0.98 0.35
Hex 40 AF 2 3F 0 63 1F 62 62 23
Octal 100 257 2 77 0 143 37 142 142 43
Binary 1000000 10101111 10 111111 0 1100011 11111 1100010 1100010 100011

Color Harmonies of #40AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF02

Black with #40AF02

Text Example


Text Example

White with #40AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40AF02;
 }
 .AnyTagClassName
 {
   color: #40AF02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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