Html Css Color HEX #2ECC19 Lime Green

📋 copy color: '#2ECC19'

red 46 ◦ green 204 ◦ blue 25

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

Shades of Lime Green #2ECC19

Tints of Lime Green #2ECC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 74.18%

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

R = 16.73%
G = 74.18%
B = 9.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#2ECC19 (or 0x2ECC19) is known color: Lime Green. HEX triplet: 2E, CC and 19. RGB value is (46,204,25). Sum of RGB (Red+Green+Blue) = 46+204+25=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECC19 is #D133E6. Grayscale: #888888. Windows color (decimal): -13710311 or 1690670. OLE color: 1690670.

HSL color Cylindrical-coordinate representation of color #2ECC19: hue angle of 112.96º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ECC19 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 204 25 -
CMYK 0.77 0 0.88 0.2
HSL 112.96º 0.78% 0.45% -
HSV(B) 112.96º 0.88% 0.8% -
XYZ 22.9 43.84 8.17 -
YUV 136.35 65.15 63.55 -
System Red Green Blue C M Y K H S L
Decimal 46 204 25 0.77 0 0.88 0.2 112.96 0.78 0.45
Hex 2E CC 19 4D 0 58 14 71 4E 2D
Octal 56 314 31 115 0 130 24 161 116 55
Binary 101110 11001100 11001 1001101 0 1011000 10100 1110001 1001110 101101

Color Harmonies of #2ECC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECC19

Black with #2ECC19

Text Example


Text Example

White with #2ECC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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