Html Css Color HEX #2ABB0E Kelly Green

📋 copy color: '#2ABB0E'

red 42 ◦ green 187 ◦ blue 14

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

Shades of Kelly Green #2ABB0E

Tints of Kelly Green #2ABB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 17.28%
G = 76.95%
B = 5.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#2ABB0E (or 0x2ABB0E) is known color: Kelly Green. HEX triplet: 2A, BB and 0E. RGB value is (42,187,14). Sum of RGB (Red+Green+Blue) = 42+187+14=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 187 (73.44% from 255 or 76.95% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB0E is #D544F1. Grayscale: #7C7C7C. Windows color (decimal): -13976818 or 965418. OLE color: 965418.

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

Color convert

RGB 42 187 14 -
CMYK 0.78 0 0.93 0.27
HSL 110.29º 0.86% 0.39% -
HSV(B) 110.29º 0.93% 0.73% -
XYZ 18.8 36.06 6.39 -
YUV 123.92 65.96 69.57 -
System Red Green Blue C M Y K H S L
Decimal 42 187 14 0.78 0 0.93 0.27 110.29 0.86 0.39
Hex 2A BB E 4E 0 5D 1B 6E 56 27
Octal 52 273 16 116 0 135 33 156 126 47
Binary 101010 10111011 1110 1001110 0 1011101 11011 1101110 1010110 100111

Color Harmonies of #2ABB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB0E

Black with #2ABB0E

Text Example


Text Example

White with #2ABB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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