#2ec100

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

Shades of Kelly Green #2EC100

Tints of Kelly Green #2EC100

Color information

#2EC100 (or 0x2EC100) is unknown color: approx Kelly Green. HEX triplet: 2E, C1 and 00. RGB value is (46,193,0). Sum of RGB (Red+Green+Blue) = 46+193+0=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC100 is #D13EFF. Grayscale: #7F7F7F. Windows color (decimal): -13713152 or 49454. OLE color: 49454.

HSL color Cylindrical-coordinate representation of color #2EC100: hue angle of 105.7º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EC100 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB461930-
CMYK0.76010.24
HSL105.7º100%37.84%-
HSV(B)105.7º100%75.69%-
XYZ20.238.726.41-
YUV127.0456.370.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 193 (75.78% from 255) = 80.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.25%
G=80.75%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4619300.76010.24105.710037.84
Hex2EC104C064186a6426
Octal56301011401443015214446
Binary1011101100000101001100011001001100011010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ec100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,193,0); }

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

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

 a { background-color: rgb(46,193,0); }

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

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

 span { border-color: rgb(46,193,0); }

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