Html Css Color HEX #2DAA00 Kelly Green

📋 copy color: '#2DAA00'

red 45 ◦ green 170 ◦ blue 0

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

Shades of Kelly Green #2DAA00

Tints of Kelly Green #2DAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.93%
G = 79.07%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#2DAA00 (or 0x2DAA00) is known color: Kelly Green. HEX triplet: 2D, AA and 00. RGB value is (45,170,0). Sum of RGB (Red+Green+Blue) = 45+170+0=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 170 (66.80% from 255 or 79.07% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA00 is #D255FF. Grayscale: #717171. Windows color (decimal): -13784576 or 43565. OLE color: 43565.

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

Color convert

RGB 45 170 0 -
CMYK 0.74 0 1 0.33
HSL 104.12º 1% 0.33% -
HSV(B) 104.12º 1% 0.67% -
XYZ 15.46 29.31 4.84 -
YUV 113.25 64.09 79.32 -
System Red Green Blue C M Y K H S L
Decimal 45 170 0 0.74 0 1 0.33 104.12 1 0.33
Hex 2D AA 0 4A 0 64 21 68 64 21
Octal 55 252 0 112 0 144 41 150 144 41
Binary 101101 10101010 0 1001010 0 1100100 100001 1101000 1100100 100001

Color Harmonies of #2DAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA00

Black with #2DAA00

Text Example


Text Example

White with #2DAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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