Html Css Color HEX #2AB80E Kelly Green

📋 copy color: '#2AB80E'

red 42 ◦ green 184 ◦ blue 14

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

Shades of Kelly Green #2AB80E

Tints of Kelly Green #2AB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 76.67%

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

R = 17.5%
G = 76.67%
B = 5.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#2AB80E (or 0x2AB80E) is known color: Kelly Green. HEX triplet: 2A, B8 and 0E. RGB value is (42,184,14). Sum of RGB (Red+Green+Blue) = 42+184+14=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 184 (72.27% from 255 or 76.67% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB80E is #D547F1. Grayscale: #7A7A7A. Windows color (decimal): -13977586 or 964650. OLE color: 964650.

HSL color Cylindrical-coordinate representation of color #2AB80E: hue angle of 110.12º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AB80E is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 184 14 -
CMYK 0.77 0 0.92 0.28
HSL 110.12º 0.86% 0.39% -
HSV(B) 110.12º 0.92% 0.72% -
XYZ 18.17 34.8 6.18 -
YUV 122.16 66.96 70.82 -
System Red Green Blue C M Y K H S L
Decimal 42 184 14 0.77 0 0.92 0.28 110.12 0.86 0.39
Hex 2A B8 E 4D 0 5C 1C 6E 56 27
Octal 52 270 16 115 0 134 34 156 126 47
Binary 101010 10111000 1110 1001101 0 1011100 11100 1101110 1010110 100111

Color Harmonies of #2AB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB80E

Black with #2AB80E

Text Example


Text Example

White with #2AB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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