Html Css Color HEX #2EC601 Kelly Green

📋 copy color: '#2EC601'

red 46 ◦ green 198 ◦ blue 1

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

Shades of Kelly Green #2EC601

Tints of Kelly Green #2EC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 80.82%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 18.78%
G = 80.82%
B = 0.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#2EC601 (or 0x2EC601) is known color: Kelly Green. HEX triplet: 2E, C6 and 01. RGB value is (46,198,1). Sum of RGB (Red+Green+Blue) = 46+198+1=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 198 (77.73% from 255 or 80.82% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC601 is #D139FE. Grayscale: #828282. Windows color (decimal): -13711871 or 116270. OLE color: 116270.

HSL color Cylindrical-coordinate representation of color #2EC601: hue angle of 106.29º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EC601 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 198 1 -
CMYK 0.77 0 0.99 0.22
HSL 106.29º 0.99% 0.39% -
HSV(B) 106.29º 0.99% 0.78% -
XYZ 21.33 40.97 6.81 -
YUV 130.09 55.14 68.02 -
System Red Green Blue C M Y K H S L
Decimal 46 198 1 0.77 0 0.99 0.22 106.29 0.99 0.39
Hex 2E C6 1 4D 0 63 16 6A 63 27
Octal 56 306 1 115 0 143 26 152 143 47
Binary 101110 11000110 1 1001101 0 1100011 10110 1101010 1100011 100111

Color Harmonies of #2EC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC601

Black with #2EC601

Text Example


Text Example

White with #2EC601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,198,1); }

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

background-color css

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

 a { background-color: rgb(46,198,1); }

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

border-color css

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

 span { border-color: rgb(46,198,1); }

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