Html Css Color HEX #2AB202 Kelly Green

📋 copy color: '#2AB202'

red 42 ◦ green 178 ◦ blue 2

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

Shades of Kelly Green #2AB202

Tints of Kelly Green #2AB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 80.18%

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

R = 18.92%
G = 80.18%
B = 0.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#2AB202 (or 0x2AB202) is known color: Kelly Green. HEX triplet: 2A, B2 and 02. RGB value is (42,178,2). Sum of RGB (Red+Green+Blue) = 42+178+2=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 178 (69.92% from 255 or 80.18% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB202 is #D54DFD. Grayscale: #757575. Windows color (decimal): -13979134 or 176682. OLE color: 176682.

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

Color convert

RGB 42 178 2 -
CMYK 0.76 0 0.99 0.30
HSL 106.36º 0.98% 0.35% -
HSV(B) 106.36º 0.99% 0.7% -
XYZ 16.89 32.34 5.41 -
YUV 117.27 62.94 74.31 -
System Red Green Blue C M Y K H S L
Decimal 42 178 2 0.76 0 0.99 0.30 106.36 0.98 0.35
Hex 2A B2 2 4C 0 63 1E 6A 62 23
Octal 52 262 2 114 0 143 36 152 142 43
Binary 101010 10110010 10 1001100 0 1100011 11110 1101010 1100010 100011

Color Harmonies of #2AB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB202

Black with #2AB202

Text Example


Text Example

White with #2AB202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,178,2); }

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

background-color css

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

 a { background-color: rgb(42,178,2); }

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

border-color css

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

 span { border-color: rgb(42,178,2); }

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