Html Css Color HEX #2AD106 Kelly Green

📋 copy color: '#2AD106'

red 42 ◦ green 209 ◦ blue 6

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

Shades of Kelly Green #2AD106

Tints of Kelly Green #2AD106

RGB

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

 GREEN value IS 209 (82.03% from 255) = 81.32%

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

R = 16.34%
G = 81.32%
B = 2.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#2AD106 (or 0x2AD106) is known color: Kelly Green. HEX triplet: 2A, D1 and 06. RGB value is (42,209,6). Sum of RGB (Red+Green+Blue) = 42+209+6=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 209 (82.03% from 255 or 81.32% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD106 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD106 is #D52EF9. Grayscale: #888888. Windows color (decimal): -13971194 or 446762. OLE color: 446762.

HSL color Cylindrical-coordinate representation of color #2AD106: hue angle of 109.36º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AD106 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 209 6 -
CMYK 0.80 0 0.97 0.18
HSL 109.36º 0.94% 0.42% -
HSV(B) 109.36º 0.97% 0.82% -
XYZ 23.79 46.11 7.82 -
YUV 135.93 54.67 61.01 -
System Red Green Blue C M Y K H S L
Decimal 42 209 6 0.80 0 0.97 0.18 109.36 0.94 0.42
Hex 2A D1 6 50 0 61 12 6D 5E 2A
Octal 52 321 6 120 0 141 22 155 136 52
Binary 101010 11010001 110 1010000 0 1100001 10010 1101101 1011110 101010

Color Harmonies of #2AD106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD106

Black with #2AD106

Text Example


Text Example

White with #2AD106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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