#2ED306

Color #2ED306 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2ED306

Tints of Kelly Green #2ED306

Color information

#2ED306 (or 0x2ED306) is unknown color: approx Kelly Green. HEX triplet: 2E, D3 and 06. RGB value is (46,211,6). Sum of RGB (Red+Green+Blue) = 46+211+6=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 211 (82.81% from 255 or 80.23% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED306 is #D12CF9. Grayscale: #8A8A8A. Windows color (decimal): -13708538 or 447278. OLE color: 447278.

HSL color Cylindrical-coordinate representation of color #2ED306: hue angle of 108.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ED306 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB462116-
CMYK0.7800.970.17
HSL108.29º94.47%42.55%-
HSV(B)108.29º97.16%82.75%-
XYZ24.4547.187.99-
YUV138.2953.3462.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.49%
GREEN value IS 211 (82.81% from 255) = 80.23%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=17.49%
G=80.23%
B=2.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4621160.7800.970.17108.2994.4742.55
Hex2ED364E061116c5e2b
Octal56323611601412115413653
Binary101110110100111101001110011000011000111011001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ED306;
 }
 .AnyTagClassName
 {
   color: #2ED306;
 }
</style>
background-color css

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

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

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

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

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

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