Html Css Color HEX #2AB117 Kelly Green

📋 copy color: '#2AB117'

red 42 ◦ green 177 ◦ blue 23

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

Shades of Kelly Green #2AB117

Tints of Kelly Green #2AB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 73.14%

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

R = 17.36%
G = 73.14%
B = 9.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#2AB117 (or 0x2AB117) is known color: Kelly Green. HEX triplet: 2A, B1 and 17. RGB value is (42,177,23). Sum of RGB (Red+Green+Blue) = 42+177+23=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 177 (69.53% from 255 or 73.14% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB117 is #D54EE8. Grayscale: #777777. Windows color (decimal): -13979369 or 1552682. OLE color: 1552682.

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

Color convert

RGB 42 177 23 -
CMYK 0.76 0 0.87 0.31
HSL 112.6º 0.77% 0.39% -
HSV(B) 112.6º 0.87% 0.69% -
XYZ 16.83 32 6.1 -
YUV 119.08 73.77 73.02 -
System Red Green Blue C M Y K H S L
Decimal 42 177 23 0.76 0 0.87 0.31 112.6 0.77 0.39
Hex 2A B1 17 4C 0 57 1F 71 4D 27
Octal 52 261 27 114 0 127 37 161 115 47
Binary 101010 10110001 10111 1001100 0 1010111 11111 1110001 1001101 100111

Color Harmonies of #2AB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB117

Black with #2AB117

Text Example


Text Example

White with #2AB117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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