Html Css Color HEX #2EB119 Kelly Green

📋 copy color: '#2EB119'

red 46 ◦ green 177 ◦ blue 25

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

Shades of Kelly Green #2EB119

Tints of Kelly Green #2EB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 71.37%

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 18.55%
G = 71.37%
B = 10.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#2EB119 (or 0x2EB119) is known color: Kelly Green. HEX triplet: 2E, B1 and 19. RGB value is (46,177,25). Sum of RGB (Red+Green+Blue) = 46+177+25=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 177 (69.53% from 255 or 71.37% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EB119 is #D14EE6. Grayscale: #787878. Windows color (decimal): -13717223 or 1683758. OLE color: 1683758.

HSL color Cylindrical-coordinate representation of color #2EB119: hue angle of 111.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EB119 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 177 25 -
CMYK 0.74 0 0.86 0.31
HSL 111.71º 0.75% 0.4% -
HSV(B) 111.71º 0.86% 0.69% -
XYZ 17.02 32.1 6.22 -
YUV 120.5 74.1 74.86 -
System Red Green Blue C M Y K H S L
Decimal 46 177 25 0.74 0 0.86 0.31 111.71 0.75 0.4
Hex 2E B1 19 4A 0 56 1F 70 4B 28
Octal 56 261 31 112 0 126 37 160 113 50
Binary 101110 10110001 11001 1001010 0 1010110 11111 1110000 1001011 101000

Color Harmonies of #2EB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB119

Black with #2EB119

Text Example


Text Example

White with #2EB119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,177,25); }

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

background-color css

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

 a { background-color: rgb(46,177,25); }

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

border-color css

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

 span { border-color: rgb(46,177,25); }

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