Html Css Color HEX #2EC51D Lime Green

📋 copy color: '#2EC51D'

red 46 ◦ green 197 ◦ blue 29

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

Shades of Lime Green #2EC51D

Tints of Lime Green #2EC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 72.43%

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 16.91%
G = 72.43%
B = 10.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#2EC51D (or 0x2EC51D) is known color: Lime Green. HEX triplet: 2E, C5 and 1D. RGB value is (46,197,29). Sum of RGB (Red+Green+Blue) = 46+197+29=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC51D is #D13AE2. Grayscale: #858585. Windows color (decimal): -13712099 or 1951022. OLE color: 1951022.

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

Color convert

RGB 46 197 29 -
CMYK 0.77 0 0.85 0.23
HSL 113.93º 0.74% 0.44% -
HSV(B) 113.93º 0.85% 0.77% -
XYZ 21.31 40.6 7.88 -
YUV 132.7 69.47 66.16 -
System Red Green Blue C M Y K H S L
Decimal 46 197 29 0.77 0 0.85 0.23 113.93 0.74 0.44
Hex 2E C5 1D 4D 0 55 17 72 4A 2C
Octal 56 305 35 115 0 125 27 162 112 54
Binary 101110 11000101 11101 1001101 0 1010101 10111 1110010 1001010 101100

Color Harmonies of #2EC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC51D

Black with #2EC51D

Text Example


Text Example

White with #2EC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,197,29); }

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

background-color css

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

 a { background-color: rgb(46,197,29); }

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

border-color css

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

 span { border-color: rgb(46,197,29); }

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