Html Css Color HEX #2AB710 Kelly Green

📋 copy color: '#2AB710'

red 42 ◦ green 183 ◦ blue 16

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

Shades of Kelly Green #2AB710

Tints of Kelly Green #2AB710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 75.93%

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 17.43%
G = 75.93%
B = 6.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#2AB710 (or 0x2AB710) is known color: Kelly Green. HEX triplet: 2A, B7 and 10. RGB value is (42,183,16). Sum of RGB (Red+Green+Blue) = 42+183+16=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 183 (71.88% from 255 or 75.93% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB710 is #D548EF. Grayscale: #7A7A7A. Windows color (decimal): -13977840 or 1095466. OLE color: 1095466.

HSL color Cylindrical-coordinate representation of color #2AB710: hue angle of 110.66º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AB710 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 183 16 -
CMYK 0.77 0 0.91 0.28
HSL 110.66º 0.84% 0.39% -
HSV(B) 110.66º 0.91% 0.72% -
XYZ 17.98 34.4 6.18 -
YUV 121.8 68.29 71.08 -
System Red Green Blue C M Y K H S L
Decimal 42 183 16 0.77 0 0.91 0.28 110.66 0.84 0.39
Hex 2A B7 10 4D 0 5B 1C 6F 54 27
Octal 52 267 20 115 0 133 34 157 124 47
Binary 101010 10110111 10000 1001101 0 1011011 11100 1101111 1010100 100111

Color Harmonies of #2AB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB710

Black with #2AB710

Text Example


Text Example

White with #2AB710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,183,16); }

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

background-color css

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

 a { background-color: rgb(42,183,16); }

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

border-color css

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

 span { border-color: rgb(42,183,16); }

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