Html Css Color HEX #2ABB0F Kelly Green

📋 copy color: '#2ABB0F'

red 42 ◦ green 187 ◦ blue 15

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

Shades of Kelly Green #2ABB0F

Tints of Kelly Green #2ABB0F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 76.64%

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 17.21%
G = 76.64%
B = 6.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#2ABB0F (or 0x2ABB0F) is known color: Kelly Green. HEX triplet: 2A, BB and 0F. RGB value is (42,187,15). Sum of RGB (Red+Green+Blue) = 42+187+15=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 187 (73.44% from 255 or 76.64% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB0F is #D544F0. Grayscale: #7C7C7C. Windows color (decimal): -13976817 or 1030954. OLE color: 1030954.

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

Color convert

RGB 42 187 15 -
CMYK 0.78 0 0.92 0.27
HSL 110.58º 0.85% 0.4% -
HSV(B) 110.58º 0.92% 0.73% -
XYZ 18.81 36.07 6.42 -
YUV 124.04 66.46 69.49 -
System Red Green Blue C M Y K H S L
Decimal 42 187 15 0.78 0 0.92 0.27 110.58 0.85 0.4
Hex 2A BB F 4E 0 5C 1B 6F 55 28
Octal 52 273 17 116 0 134 33 157 125 50
Binary 101010 10111011 1111 1001110 0 1011100 11011 1101111 1010101 101000

Color Harmonies of #2ABB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB0F

Black with #2ABB0F

Text Example


Text Example

White with #2ABB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,15); }

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

background-color css

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

 a { background-color: rgb(42,187,15); }

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

border-color css

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

 span { border-color: rgb(42,187,15); }

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