Html Css Color HEX #2ECA18 Lime Green

📋 copy color: '#2ECA18'

red 46 ◦ green 202 ◦ blue 24

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

Shades of Lime Green #2ECA18

Tints of Lime Green #2ECA18

RGB

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

 GREEN value IS 202 (79.3% from 255) = 74.26%

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 16.91%
G = 74.26%
B = 8.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#2ECA18 (or 0x2ECA18) is known color: Lime Green. HEX triplet: 2E, CA and 18. RGB value is (46,202,24). Sum of RGB (Red+Green+Blue) = 46+202+24=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA18 is #D135E7. Grayscale: #878787. Windows color (decimal): -13710824 or 1624622. OLE color: 1624622.

HSL color Cylindrical-coordinate representation of color #2ECA18: hue angle of 112.58º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ECA18 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 24 -
CMYK 0.77 0 0.88 0.21
HSL 112.58º 0.79% 0.44% -
HSV(B) 112.58º 0.88% 0.79% -
XYZ 22.41 42.89 7.96 -
YUV 135.06 65.32 64.47 -
System Red Green Blue C M Y K H S L
Decimal 46 202 24 0.77 0 0.88 0.21 112.58 0.79 0.44
Hex 2E CA 18 4D 0 58 15 71 4F 2C
Octal 56 312 30 115 0 130 25 161 117 54
Binary 101110 11001010 11000 1001101 0 1011000 10101 1110001 1001111 101100

Color Harmonies of #2ECA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA18

Black with #2ECA18

Text Example


Text Example

White with #2ECA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,202,24); }

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

background-color css

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

 a { background-color: rgb(46,202,24); }

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

border-color css

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

 span { border-color: rgb(46,202,24); }

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