Html Css Color HEX #2EC202 Kelly Green

📋 copy color: '#2EC202'

red 46 ◦ green 194 ◦ blue 2

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

Shades of Kelly Green #2EC202

Tints of Kelly Green #2EC202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 19.01%
G = 80.17%
B = 0.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#2EC202 (or 0x2EC202) is known color: Kelly Green. HEX triplet: 2E, C2 and 02. RGB value is (46,194,2). Sum of RGB (Red+Green+Blue) = 46+194+2=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 194 (76.17% from 255 or 80.17% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC202 is #D13DFD. Grayscale: #808080. Windows color (decimal): -13712894 or 180782. OLE color: 180782.

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

Color convert

RGB 46 194 2 -
CMYK 0.76 0 0.99 0.24
HSL 106.25º 0.98% 0.38% -
HSV(B) 106.25º 0.99% 0.76% -
XYZ 20.43 39.17 6.54 -
YUV 127.86 56.97 69.61 -
System Red Green Blue C M Y K H S L
Decimal 46 194 2 0.76 0 0.99 0.24 106.25 0.98 0.38
Hex 2E C2 2 4C 0 63 18 6A 62 26
Octal 56 302 2 114 0 143 30 152 142 46
Binary 101110 11000010 10 1001100 0 1100011 11000 1101010 1100010 100110

Color Harmonies of #2EC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC202

Black with #2EC202

Text Example


Text Example

White with #2EC202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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