#2EC705

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

Shades of Kelly Green #2EC705

Tints of Kelly Green #2EC705

Color information

#2EC705 (or 0x2EC705) is unknown color: approx Kelly Green. HEX triplet: 2E, C7 and 05. RGB value is (46,199,5). Sum of RGB (Red+Green+Blue) = 46+199+5=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 199 (78.12% from 255 or 79.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC705 is #D138FA. Grayscale: #838383. Windows color (decimal): -13711611 or 378670. OLE color: 378670.

HSL color Cylindrical-coordinate representation of color #2EC705: hue angle of 107.32º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EC705 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB461995-
CMYK0.7700.970.22
HSL107.32º95.1%40%-
HSV(B)107.32º97.49%78.04%-
XYZ21.5841.447-
YUV131.1456.8167.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 199 (78.12% from 255) = 79.6%
BLUE value IS 5 (2.34% from 255) = 2%
R=18.4%
G=79.6%
B=2%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4619950.7700.970.22107.3295.140
Hex2EC754D061166b5f28
Octal56307511501412615313750
Binary101110110001111011001101011000011011011010111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,199,5); }

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

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

 a { background-color: rgb(46,199,5); }

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

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

 span { border-color: rgb(46,199,5); }

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