Html Css Color HEX #2AAE03 Kelly Green

📋 copy color: '#2AAE03'

red 42 ◦ green 174 ◦ blue 3

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

Shades of Kelly Green #2AAE03

Tints of Kelly Green #2AAE03

RGB

 RED value IS 42 (16.8% from 255) = 19.18%

 GREEN value IS 174 (68.36% from 255) = 79.45%

 BLUE value IS 3 (1.56% from 255) = 1.37%

R = 19.18%
G = 79.45%
B = 1.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#2AAE03 (or 0x2AAE03) is known color: Kelly Green. HEX triplet: 2A, AE and 03. RGB value is (42,174,3). Sum of RGB (Red+Green+Blue) = 42+174+3=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 174 (68.36% from 255 or 79.45% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE03 is #D551FC. Grayscale: #737373. Windows color (decimal): -13980157 or 241194. OLE color: 241194.

HSL color Cylindrical-coordinate representation of color #2AAE03: hue angle of 106.32º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AAE03 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 3 -
CMYK 0.76 0 0.98 0.32
HSL 106.32º 0.97% 0.35% -
HSV(B) 106.32º 0.98% 0.68% -
XYZ 16.11 30.77 5.18 -
YUV 115.04 64.77 75.9 -
System Red Green Blue C M Y K H S L
Decimal 42 174 3 0.76 0 0.98 0.32 106.32 0.97 0.35
Hex 2A AE 3 4C 0 62 20 6A 61 23
Octal 52 256 3 114 0 142 40 152 141 43
Binary 101010 10101110 11 1001100 0 1100010 100000 1101010 1100001 100011

Color Harmonies of #2AAE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE03

Black with #2AAE03

Text Example


Text Example

White with #2AAE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,3); }

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

background-color css

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

 a { background-color: rgb(42,174,3); }

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

border-color css

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

 span { border-color: rgb(42,174,3); }

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