Html Css Color HEX #2EC105 Kelly Green

📋 copy color: '#2EC105'

red 46 ◦ green 193 ◦ blue 5

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

Shades of Kelly Green #2EC105

Tints of Kelly Green #2EC105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 79.1%

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 18.85%
G = 79.1%
B = 2.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#2EC105 (or 0x2EC105) is known color: Kelly Green. HEX triplet: 2E, C1 and 05. RGB value is (46,193,5). Sum of RGB (Red+Green+Blue) = 46+193+5=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 193 (75.78% from 255 or 79.10% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC105 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC105 is #D13EFA. Grayscale: #808080. Windows color (decimal): -13713147 or 377134. OLE color: 377134.

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

Color convert

RGB 46 193 5 -
CMYK 0.76 0 0.97 0.24
HSL 106.91º 0.95% 0.39% -
HSV(B) 106.91º 0.97% 0.76% -
XYZ 20.22 38.73 6.55 -
YUV 127.62 58.8 69.79 -
System Red Green Blue C M Y K H S L
Decimal 46 193 5 0.76 0 0.97 0.24 106.91 0.95 0.39
Hex 2E C1 5 4C 0 61 18 6B 5F 27
Octal 56 301 5 114 0 141 30 153 137 47
Binary 101110 11000001 101 1001100 0 1100001 11000 1101011 1011111 100111

Color Harmonies of #2EC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC105

Black with #2EC105

Text Example


Text Example

White with #2EC105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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