Html Css Color HEX #2EC211 Kelly Green

📋 copy color: '#2EC211'

red 46 ◦ green 194 ◦ blue 17

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

Shades of Kelly Green #2EC211

Tints of Kelly Green #2EC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 75.49%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 17.9%
G = 75.49%
B = 6.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#2EC211 (or 0x2EC211) is known color: Kelly Green. HEX triplet: 2E, C2 and 11. RGB value is (46,194,17). Sum of RGB (Red+Green+Blue) = 46+194+17=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC211 is #D13DEE. Grayscale: #828282. Windows color (decimal): -13712879 or 1163822. OLE color: 1163822.

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

Color convert

RGB 46 194 17 -
CMYK 0.76 0 0.91 0.24
HSL 110.17º 0.84% 0.41% -
HSV(B) 110.17º 0.91% 0.76% -
XYZ 20.52 39.2 7.02 -
YUV 129.57 64.47 68.39 -
System Red Green Blue C M Y K H S L
Decimal 46 194 17 0.76 0 0.91 0.24 110.17 0.84 0.41
Hex 2E C2 11 4C 0 5B 18 6E 54 29
Octal 56 302 21 114 0 133 30 156 124 51
Binary 101110 11000010 10001 1001100 0 1011011 11000 1101110 1010100 101001

Color Harmonies of #2EC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC211

Black with #2EC211

Text Example


Text Example

White with #2EC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,194,17); }

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

background-color css

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

 a { background-color: rgb(46,194,17); }

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

border-color css

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

 span { border-color: rgb(46,194,17); }

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