Html Css Color HEX #2ED206 Kelly Green

📋 copy color: '#2ED206'

red 46 ◦ green 210 ◦ blue 6

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

Shades of Kelly Green #2ED206

Tints of Kelly Green #2ED206

RGB

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

 GREEN value IS 210 (82.42% from 255) = 80.15%

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

R = 17.56%
G = 80.15%
B = 2.29%

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

#2ED206 (or 0x2ED206) is known color: Kelly Green. HEX triplet: 2E, D2 and 06. RGB value is (46,210,6). Sum of RGB (Red+Green+Blue) = 46+210+6=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 210 (82.42% from 255 or 80.15% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED206 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED206 is #D12DF9. Grayscale: #8A8A8A. Windows color (decimal): -13708794 or 447022. OLE color: 447022.

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

Color convert

RGB 46 210 6 -
CMYK 0.78 0 0.97 0.18
HSL 108.24º 0.94% 0.42% -
HSV(B) 108.24º 0.97% 0.82% -
XYZ 24.21 46.69 7.91 -
YUV 137.71 53.67 62.59 -
System Red Green Blue C M Y K H S L
Decimal 46 210 6 0.78 0 0.97 0.18 108.24 0.94 0.42
Hex 2E D2 6 4E 0 61 12 6C 5E 2A
Octal 56 322 6 116 0 141 22 154 136 52
Binary 101110 11010010 110 1001110 0 1100001 10010 1101100 1011110 101010

Color Harmonies of #2ED206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED206

Black with #2ED206

Text Example


Text Example

White with #2ED206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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