Html Css Color HEX #2DAA02 Kelly Green

📋 copy color: '#2DAA02'

red 45 ◦ green 170 ◦ blue 2

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

Shades of Kelly Green #2DAA02

Tints of Kelly Green #2DAA02

RGB

 RED value IS 45 (17.97% from 255) = 20.74%

 GREEN value IS 170 (66.8% from 255) = 78.34%

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

R = 20.74%
G = 78.34%
B = 0.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#2DAA02 (or 0x2DAA02) is known color: Kelly Green. HEX triplet: 2D, AA and 02. RGB value is (45,170,2). Sum of RGB (Red+Green+Blue) = 45+170+2=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA02 is #D255FD. Grayscale: #727272. Windows color (decimal): -13784574 or 174637. OLE color: 174637.

HSL color Cylindrical-coordinate representation of color #2DAA02: hue angle of 104.64º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DAA02 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 170 2 -
CMYK 0.74 0 0.99 0.33
HSL 104.64º 0.98% 0.34% -
HSV(B) 104.64º 0.99% 0.67% -
XYZ 15.47 29.31 4.9 -
YUV 113.47 65.09 79.16 -
System Red Green Blue C M Y K H S L
Decimal 45 170 2 0.74 0 0.99 0.33 104.64 0.98 0.34
Hex 2D AA 2 4A 0 63 21 69 62 22
Octal 55 252 2 112 0 143 41 151 142 42
Binary 101101 10101010 10 1001010 0 1100011 100001 1101001 1100010 100010

Color Harmonies of #2DAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA02

Black with #2DAA02

Text Example


Text Example

White with #2DAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DAA02; }

 p { color: rgb(45,170,2); }

 H1.HeaderClassName
 {
   color: #2DAA02;
 }
 .AnyTagClassName
 {
   color: #2DAA02;
 }
</style>

background-color css

<style>
 a { background-color: #2DAA02; }

 a { background-color: rgb(45,170,2); }

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

border-color css

<style>
 span { border-color: #2DAA02; }

 span { border-color: rgb(45,170,2); }

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