Html Css Color HEX #2AB911 Kelly Green

📋 copy color: '#2AB911'

red 42 ◦ green 185 ◦ blue 17

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

Shades of Kelly Green #2AB911

Tints of Kelly Green #2AB911

RGB

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

 GREEN value IS 185 (72.66% from 255) = 75.82%

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 17.21%
G = 75.82%
B = 6.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#2AB911 (or 0x2AB911) is known color: Kelly Green. HEX triplet: 2A, B9 and 11. RGB value is (42,185,17). Sum of RGB (Red+Green+Blue) = 42+185+17=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 185 (72.66% from 255 or 75.82% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB911 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB911 is #D546EE. Grayscale: #7B7B7B. Windows color (decimal): -13977327 or 1161514. OLE color: 1161514.

HSL color Cylindrical-coordinate representation of color #2AB911: hue angle of 111.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AB911 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 17 -
CMYK 0.77 0 0.91 0.27
HSL 111.07º 0.83% 0.4% -
HSV(B) 111.07º 0.91% 0.73% -
XYZ 18.4 35.23 6.36 -
YUV 123.09 68.12 70.16 -
System Red Green Blue C M Y K H S L
Decimal 42 185 17 0.77 0 0.91 0.27 111.07 0.83 0.4
Hex 2A B9 11 4D 0 5B 1B 6F 53 28
Octal 52 271 21 115 0 133 33 157 123 50
Binary 101010 10111001 10001 1001101 0 1011011 11011 1101111 1010011 101000

Color Harmonies of #2AB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB911

Black with #2AB911

Text Example


Text Example

White with #2AB911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,17); }

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

background-color css

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

 a { background-color: rgb(42,185,17); }

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

border-color css

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

 span { border-color: rgb(42,185,17); }

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