Html Css Color HEX #2AB10E Kelly Green

📋 copy color: '#2AB10E'

red 42 ◦ green 177 ◦ blue 14

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

Shades of Kelly Green #2AB10E

Tints of Kelly Green #2AB10E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 75.97%

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

R = 18.03%
G = 75.97%
B = 6.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#2AB10E (or 0x2AB10E) is known color: Kelly Green. HEX triplet: 2A, B1 and 0E. RGB value is (42,177,14). Sum of RGB (Red+Green+Blue) = 42+177+14=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 177 (69.53% from 255 or 75.97% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB10E is #D54EF1. Grayscale: #767676. Windows color (decimal): -13979378 or 962858. OLE color: 962858.

HSL color Cylindrical-coordinate representation of color #2AB10E: hue angle of 109.69º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AB10E is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 177 14 -
CMYK 0.76 0 0.92 0.31
HSL 109.69º 0.85% 0.37% -
HSV(B) 109.69º 0.92% 0.69% -
XYZ 16.76 31.97 5.7 -
YUV 118.05 69.27 73.75 -
System Red Green Blue C M Y K H S L
Decimal 42 177 14 0.76 0 0.92 0.31 109.69 0.85 0.37
Hex 2A B1 E 4C 0 5C 1F 6E 55 25
Octal 52 261 16 114 0 134 37 156 125 45
Binary 101010 10110001 1110 1001100 0 1011100 11111 1101110 1010101 100101

Color Harmonies of #2AB10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB10E

Black with #2AB10E

Text Example


Text Example

White with #2AB10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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