Html Css Color HEX #2EB421 Lime Green

📋 copy color: '#2EB421'

red 46 ◦ green 180 ◦ blue 33

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

Shades of Lime Green #2EB421

Tints of Lime Green #2EB421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 69.5%

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 17.76%
G = 69.5%
B = 12.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#2EB421 (or 0x2EB421) is known color: Lime Green. HEX triplet: 2E, B4 and 21. RGB value is (46,180,33). Sum of RGB (Red+Green+Blue) = 46+180+33=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB421 is #D14BDE. Grayscale: #7B7B7B. Windows color (decimal): -13716447 or 2208814. OLE color: 2208814.

HSL color Cylindrical-coordinate representation of color #2EB421: hue angle of 114.69º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EB421 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 180 33 -
CMYK 0.74 0 0.82 0.29
HSL 114.69º 0.69% 0.42% -
HSV(B) 114.69º 0.82% 0.71% -
XYZ 17.72 33.33 6.94 -
YUV 123.18 77.11 72.95 -
System Red Green Blue C M Y K H S L
Decimal 46 180 33 0.74 0 0.82 0.29 114.69 0.69 0.42
Hex 2E B4 21 4A 0 52 1D 73 45 2A
Octal 56 264 41 112 0 122 35 163 105 52
Binary 101110 10110100 100001 1001010 0 1010010 11101 1110011 1000101 101010

Color Harmonies of #2EB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB421

Black with #2EB421

Text Example


Text Example

White with #2EB421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,180,33); }

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

background-color css

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

 a { background-color: rgb(46,180,33); }

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

border-color css

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

 span { border-color: rgb(46,180,33); }

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