Html Css Color HEX #2EC605 Kelly Green

📋 copy color: '#2EC605'

red 46 ◦ green 198 ◦ blue 5

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

Shades of Kelly Green #2EC605

Tints of Kelly Green #2EC605

RGB

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

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

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

R = 18.47%
G = 79.52%
B = 2.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#2EC605 (or 0x2EC605) is known color: Kelly Green. HEX triplet: 2E, C6 and 05. RGB value is (46,198,5). Sum of RGB (Red+Green+Blue) = 46+198+5=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 198 (77.73% from 255 or 79.52% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC605 is #D139FA. Grayscale: #838383. Windows color (decimal): -13711867 or 378414. OLE color: 378414.

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

Color convert

RGB 46 198 5 -
CMYK 0.77 0 0.97 0.22
HSL 107.25º 0.95% 0.4% -
HSV(B) 107.25º 0.97% 0.78% -
XYZ 21.35 40.98 6.93 -
YUV 130.55 57.14 67.69 -
System Red Green Blue C M Y K H S L
Decimal 46 198 5 0.77 0 0.97 0.22 107.25 0.95 0.4
Hex 2E C6 5 4D 0 61 16 6B 5F 28
Octal 56 306 5 115 0 141 26 153 137 50
Binary 101110 11000110 101 1001101 0 1100001 10110 1101011 1011111 101000

Color Harmonies of #2EC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC605

Black with #2EC605

Text Example


Text Example

White with #2EC605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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