Html Css Color HEX #2AB317 Kelly Green

📋 copy color: '#2AB317'

red 42 ◦ green 179 ◦ blue 23

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

Shades of Kelly Green #2AB317

Tints of Kelly Green #2AB317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 73.36%

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 17.21%
G = 73.36%
B = 9.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#2AB317 (or 0x2AB317) is known color: Kelly Green. HEX triplet: 2A, B3 and 17. RGB value is (42,179,23). Sum of RGB (Red+Green+Blue) = 42+179+23=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 179 (70.31% from 255 or 73.36% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB317 is #D54CE8. Grayscale: #787878. Windows color (decimal): -13978857 or 1553194. OLE color: 1553194.

HSL color Cylindrical-coordinate representation of color #2AB317: hue angle of 112.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AB317 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 179 23 -
CMYK 0.77 0 0.87 0.30
HSL 112.69º 0.77% 0.4% -
HSV(B) 112.69º 0.87% 0.7% -
XYZ 17.23 32.79 6.23 -
YUV 120.25 73.11 72.18 -
System Red Green Blue C M Y K H S L
Decimal 42 179 23 0.77 0 0.87 0.30 112.69 0.77 0.4
Hex 2A B3 17 4D 0 57 1E 71 4D 28
Octal 52 263 27 115 0 127 36 161 115 50
Binary 101010 10110011 10111 1001101 0 1010111 11110 1110001 1001101 101000

Color Harmonies of #2AB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB317

Black with #2AB317

Text Example


Text Example

White with #2AB317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,179,23); }

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

background-color css

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

 a { background-color: rgb(42,179,23); }

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

border-color css

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

 span { border-color: rgb(42,179,23); }

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