Html Css Color HEX #2AB506 Kelly Green

📋 copy color: '#2AB506'

red 42 ◦ green 181 ◦ blue 6

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

Shades of Kelly Green #2AB506

Tints of Kelly Green #2AB506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 18.34%
G = 79.04%
B = 2.62%

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

#2AB506 (or 0x2AB506) is known color: Kelly Green. HEX triplet: 2A, B5 and 06. RGB value is (42,181,6). Sum of RGB (Red+Green+Blue) = 42+181+6=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB506 is #D54AF9. Grayscale: #787878. Windows color (decimal): -13978362 or 439594. OLE color: 439594.

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

Color convert

RGB 42 181 6 -
CMYK 0.77 0 0.97 0.29
HSL 107.66º 0.94% 0.37% -
HSV(B) 107.66º 0.97% 0.71% -
XYZ 17.51 33.55 5.73 -
YUV 119.49 63.95 72.73 -
System Red Green Blue C M Y K H S L
Decimal 42 181 6 0.77 0 0.97 0.29 107.66 0.94 0.37
Hex 2A B5 6 4D 0 61 1D 6C 5E 25
Octal 52 265 6 115 0 141 35 154 136 45
Binary 101010 10110101 110 1001101 0 1100001 11101 1101100 1011110 100101

Color Harmonies of #2AB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB506

Black with #2AB506

Text Example


Text Example

White with #2AB506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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