Html Css Color HEX #2CAA00 Kelly Green

📋 copy color: '#2CAA00'

red 44 ◦ green 170 ◦ blue 0

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

Shades of Kelly Green #2CAA00

Tints of Kelly Green #2CAA00

RGB

 RED value IS 44 (17.58% from 255) = 20.56%

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

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

R = 20.56%
G = 79.44%
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

#2CAA00 (or 0x2CAA00) is known color: Kelly Green. HEX triplet: 2C, AA and 00. RGB value is (44,170,0). Sum of RGB (Red+Green+Blue) = 44+170+0=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 170 (66.80% from 255 or 79.44% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAA00 is #D355FF. Grayscale: #717171. Windows color (decimal): -13850112 or 43564. OLE color: 43564.

HSL color Cylindrical-coordinate representation of color #2CAA00: hue angle of 104.47º 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 #2CAA00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 170 0 -
CMYK 0.74 0 1 0.33
HSL 104.47º 1% 0.33% -
HSV(B) 104.47º 1% 0.67% -
XYZ 15.41 29.28 4.84 -
YUV 112.95 64.26 78.82 -
System Red Green Blue C M Y K H S L
Decimal 44 170 0 0.74 0 1 0.33 104.47 1 0.33
Hex 2C AA 0 4A 0 64 21 68 64 21
Octal 54 252 0 112 0 144 41 150 144 41
Binary 101100 10101010 0 1001010 0 1100100 100001 1101000 1100100 100001

Color Harmonies of #2CAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAA00

Black with #2CAA00

Text Example


Text Example

White with #2CAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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