Html Css Color HEX #2AB005 Kelly Green

📋 copy color: '#2AB005'

red 42 ◦ green 176 ◦ blue 5

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

Shades of Kelly Green #2AB005

Tints of Kelly Green #2AB005

RGB

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

 GREEN value IS 176 (69.14% from 255) = 78.92%

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 18.83%
G = 78.92%
B = 2.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#2AB005 (or 0x2AB005) is known color: Kelly Green. HEX triplet: 2A, B0 and 05. RGB value is (42,176,5). Sum of RGB (Red+Green+Blue) = 42+176+5=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 176 (69.14% from 255 or 78.92% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB005 is #D54FFA. Grayscale: #747474. Windows color (decimal): -13979643 or 372778. OLE color: 372778.

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

Color convert

RGB 42 176 5 -
CMYK 0.76 0 0.97 0.31
HSL 107.02º 0.94% 0.35% -
HSV(B) 107.02º 0.97% 0.69% -
XYZ 16.51 31.55 5.36 -
YUV 116.44 65.11 74.9 -
System Red Green Blue C M Y K H S L
Decimal 42 176 5 0.76 0 0.97 0.31 107.02 0.94 0.35
Hex 2A B0 5 4C 0 61 1F 6B 5E 23
Octal 52 260 5 114 0 141 37 153 136 43
Binary 101010 10110000 101 1001100 0 1100001 11111 1101011 1011110 100011

Color Harmonies of #2AB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB005

Black with #2AB005

Text Example


Text Example

White with #2AB005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,176,5); }

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

background-color css

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

 a { background-color: rgb(42,176,5); }

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

border-color css

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

 span { border-color: rgb(42,176,5); }

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