Html Css Color HEX #2AB50A Kelly Green

📋 copy color: '#2AB50A'

red 42 ◦ green 181 ◦ blue 10

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

Shades of Kelly Green #2AB50A

Tints of Kelly Green #2AB50A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 77.68%

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 18.03%
G = 77.68%
B = 4.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#2AB50A (or 0x2AB50A) is known color: Kelly Green. HEX triplet: 2A, B5 and 0A. RGB value is (42,181,10). Sum of RGB (Red+Green+Blue) = 42+181+10=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB50A is #D54AF5. Grayscale: #787878. Windows color (decimal): -13978358 or 701738. OLE color: 701738.

HSL color Cylindrical-coordinate representation of color #2AB50A: hue angle of 108.77º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AB50A is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 181 10 -
CMYK 0.77 0 0.94 0.29
HSL 108.77º 0.9% 0.37% -
HSV(B) 108.77º 0.94% 0.71% -
XYZ 17.53 33.56 5.84 -
YUV 119.95 65.95 72.4 -
System Red Green Blue C M Y K H S L
Decimal 42 181 10 0.77 0 0.94 0.29 108.77 0.9 0.37
Hex 2A B5 A 4D 0 5E 1D 6D 5A 25
Octal 52 265 12 115 0 136 35 155 132 45
Binary 101010 10110101 1010 1001101 0 1011110 11101 1101101 1011010 100101

Color Harmonies of #2AB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB50A

Black with #2AB50A

Text Example


Text Example

White with #2AB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,181,10); }

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

background-color css

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

 a { background-color: rgb(42,181,10); }

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

border-color css

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

 span { border-color: rgb(42,181,10); }

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