Html Css Color HEX #2ED106 Kelly Green

📋 copy color: '#2ED106'

red 46 ◦ green 209 ◦ blue 6

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

Shades of Kelly Green #2ED106

Tints of Kelly Green #2ED106

RGB

 RED value IS 46 (18.36% from 255) = 17.62%

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

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

R = 17.62%
G = 80.08%
B = 2.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#2ED106 (or 0x2ED106) is known color: Kelly Green. HEX triplet: 2E, D1 and 06. RGB value is (46,209,6). Sum of RGB (Red+Green+Blue) = 46+209+6=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 209 (82.03% from 255 or 80.08% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED106 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED106 is #D12EF9. Grayscale: #898989. Windows color (decimal): -13709050 or 446766. OLE color: 446766.

HSL color Cylindrical-coordinate representation of color #2ED106: hue angle of 108.18º 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 #2ED106 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 209 6 -
CMYK 0.78 0 0.97 0.18
HSL 108.18º 0.94% 0.42% -
HSV(B) 108.18º 0.97% 0.82% -
XYZ 23.96 46.19 7.83 -
YUV 137.12 54 63.01 -
System Red Green Blue C M Y K H S L
Decimal 46 209 6 0.78 0 0.97 0.18 108.18 0.94 0.42
Hex 2E D1 6 4E 0 61 12 6C 5E 2A
Octal 56 321 6 116 0 141 22 154 136 52
Binary 101110 11010001 110 1001110 0 1100001 10010 1101100 1011110 101010

Color Harmonies of #2ED106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED106

Black with #2ED106

Text Example


Text Example

White with #2ED106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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