Html Css Color HEX #2EC705 Kelly Green

📋 copy color: '#2EC705'

red 46 ◦ green 199 ◦ blue 5

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

Shades of Kelly Green #2EC705

Tints of Kelly Green #2EC705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 79.6%

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

R = 18.4%
G = 79.6%
B = 2%

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

#2EC705 (or 0x2EC705) is known color: Kelly Green. HEX triplet: 2E, C7 and 05. RGB value is (46,199,5). Sum of RGB (Red+Green+Blue) = 46+199+5=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 199 (78.12% from 255 or 79.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC705 is #D138FA. Grayscale: #838383. Windows color (decimal): -13711611 or 378670. OLE color: 378670.

HSL color Cylindrical-coordinate representation of color #2EC705: hue angle of 107.32º 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 #2EC705 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 199 5 -
CMYK 0.77 0 0.97 0.22
HSL 107.32º 0.95% 0.4% -
HSV(B) 107.32º 0.97% 0.78% -
XYZ 21.58 41.44 7 -
YUV 131.14 56.81 67.27 -
System Red Green Blue C M Y K H S L
Decimal 46 199 5 0.77 0 0.97 0.22 107.32 0.95 0.4
Hex 2E C7 5 4D 0 61 16 6B 5F 28
Octal 56 307 5 115 0 141 26 153 137 50
Binary 101110 11000111 101 1001101 0 1100001 10110 1101011 1011111 101000

Color Harmonies of #2EC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC705

Black with #2EC705

Text Example


Text Example

White with #2EC705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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