Html Css Color HEX #2EC212 Kelly Green

📋 copy color: '#2EC212'

red 46 ◦ green 194 ◦ blue 18

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

Shades of Kelly Green #2EC212

Tints of Kelly Green #2EC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 17.83%
G = 75.19%
B = 6.98%

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

#2EC212 (or 0x2EC212) is known color: Kelly Green. HEX triplet: 2E, C2 and 12. RGB value is (46,194,18). Sum of RGB (Red+Green+Blue) = 46+194+18=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC212 is #D13DED. Grayscale: #828282. Windows color (decimal): -13712878 or 1229358. OLE color: 1229358.

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

Color convert

RGB 46 194 18 -
CMYK 0.76 0 0.91 0.24
HSL 110.45º 0.83% 0.42% -
HSV(B) 110.45º 0.91% 0.76% -
XYZ 20.53 39.21 7.06 -
YUV 129.68 64.97 68.31 -
System Red Green Blue C M Y K H S L
Decimal 46 194 18 0.76 0 0.91 0.24 110.45 0.83 0.42
Hex 2E C2 12 4C 0 5B 18 6E 53 2A
Octal 56 302 22 114 0 133 30 156 123 52
Binary 101110 11000010 10010 1001100 0 1011011 11000 1101110 1010011 101010

Color Harmonies of #2EC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC212

Black with #2EC212

Text Example


Text Example

White with #2EC212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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