Html Css Color HEX #2ABE11 Kelly Green

📋 copy color: '#2ABE11'

red 42 ◦ green 190 ◦ blue 17

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

Shades of Kelly Green #2ABE11

Tints of Kelly Green #2ABE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 76.31%

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

R = 16.87%
G = 76.31%
B = 6.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#2ABE11 (or 0x2ABE11) is known color: Kelly Green. HEX triplet: 2A, BE and 11. RGB value is (42,190,17). Sum of RGB (Red+Green+Blue) = 42+190+17=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 190 (74.61% from 255 or 76.31% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE11 is #D541EE. Grayscale: #7E7E7E. Windows color (decimal): -13976047 or 1162794. OLE color: 1162794.

HSL color Cylindrical-coordinate representation of color #2ABE11: hue angle of 111.33º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ABE11 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 190 17 -
CMYK 0.78 0 0.91 0.25
HSL 111.33º 0.84% 0.41% -
HSV(B) 111.33º 0.91% 0.75% -
XYZ 19.47 37.36 6.72 -
YUV 126.03 66.47 68.07 -
System Red Green Blue C M Y K H S L
Decimal 42 190 17 0.78 0 0.91 0.25 111.33 0.84 0.41
Hex 2A BE 11 4E 0 5B 19 6F 54 29
Octal 52 276 21 116 0 133 31 157 124 51
Binary 101010 10111110 10001 1001110 0 1011011 11001 1101111 1010100 101001

Color Harmonies of #2ABE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE11

Black with #2ABE11

Text Example


Text Example

White with #2ABE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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