Html Css Color HEX #2ABA11 Kelly Green

📋 copy color: '#2ABA11'

red 42 ◦ green 186 ◦ blue 17

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

Shades of Kelly Green #2ABA11

Tints of Kelly Green #2ABA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 75.92%

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

R = 17.14%
G = 75.92%
B = 6.94%

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

#2ABA11 (or 0x2ABA11) is known color: Kelly Green. HEX triplet: 2A, BA and 11. RGB value is (42,186,17). Sum of RGB (Red+Green+Blue) = 42+186+17=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABA11 is #D545EE. Grayscale: #7C7C7C. Windows color (decimal): -13977071 or 1161770. OLE color: 1161770.

HSL color Cylindrical-coordinate representation of color #2ABA11: hue angle of 111.12º 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 #2ABA11 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 17 -
CMYK 0.77 0 0.91 0.27
HSL 111.12º 0.83% 0.4% -
HSV(B) 111.12º 0.91% 0.73% -
XYZ 18.61 35.65 6.43 -
YUV 123.68 67.79 69.74 -
System Red Green Blue C M Y K H S L
Decimal 42 186 17 0.77 0 0.91 0.27 111.12 0.83 0.4
Hex 2A BA 11 4D 0 5B 1B 6F 53 28
Octal 52 272 21 115 0 133 33 157 123 50
Binary 101010 10111010 10001 1001101 0 1011011 11011 1101111 1010011 101000

Color Harmonies of #2ABA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA11

Black with #2ABA11

Text Example


Text Example

White with #2ABA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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