Html Css Color HEX #2AB610 Kelly Green

📋 copy color: '#2AB610'

red 42 ◦ green 182 ◦ blue 16

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

Shades of Kelly Green #2AB610

Tints of Kelly Green #2AB610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 75.83%

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

R = 17.5%
G = 75.83%
B = 6.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#2AB610 (or 0x2AB610) is known color: Kelly Green. HEX triplet: 2A, B6 and 10. RGB value is (42,182,16). Sum of RGB (Red+Green+Blue) = 42+182+16=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 182 (71.48% from 255 or 75.83% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB610 is #D549EF. Grayscale: #797979. Windows color (decimal): -13978096 or 1095210. OLE color: 1095210.

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

Color convert

RGB 42 182 16 -
CMYK 0.77 0 0.91 0.29
HSL 110.6º 0.84% 0.39% -
HSV(B) 110.6º 0.91% 0.71% -
XYZ 17.78 33.99 6.11 -
YUV 121.22 68.62 71.5 -
System Red Green Blue C M Y K H S L
Decimal 42 182 16 0.77 0 0.91 0.29 110.6 0.84 0.39
Hex 2A B6 10 4D 0 5B 1D 6F 54 27
Octal 52 266 20 115 0 133 35 157 124 47
Binary 101010 10110110 10000 1001101 0 1011011 11101 1101111 1010100 100111

Color Harmonies of #2AB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB610

Black with #2AB610

Text Example


Text Example

White with #2AB610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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