Html Css Color HEX #2AB505 Kelly Green

📋 copy color: '#2AB505'

red 42 ◦ green 181 ◦ blue 5

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

Shades of Kelly Green #2AB505

Tints of Kelly Green #2AB505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.19%

R = 18.42%
G = 79.39%
B = 2.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#2AB505 (or 0x2AB505) is known color: Kelly Green. HEX triplet: 2A, B5 and 05. RGB value is (42,181,5). Sum of RGB (Red+Green+Blue) = 42+181+5=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 181 (71.09% from 255 or 79.39% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB505 is #D54AFA. Grayscale: #777777. Windows color (decimal): -13978363 or 374058. OLE color: 374058.

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

Color convert

RGB 42 181 5 -
CMYK 0.77 0 0.97 0.29
HSL 107.39º 0.95% 0.36% -
HSV(B) 107.39º 0.97% 0.71% -
XYZ 17.51 33.55 5.7 -
YUV 119.38 63.45 72.81 -
System Red Green Blue C M Y K H S L
Decimal 42 181 5 0.77 0 0.97 0.29 107.39 0.95 0.36
Hex 2A B5 5 4D 0 61 1D 6B 5F 24
Octal 52 265 5 115 0 141 35 153 137 44
Binary 101010 10110101 101 1001101 0 1100001 11101 1101011 1011111 100100

Color Harmonies of #2AB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB505

Black with #2AB505

Text Example


Text Example

White with #2AB505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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