Html Css Color HEX #2EB621 Lime Green

📋 copy color: '#2EB621'

red 46 ◦ green 182 ◦ blue 33

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

Shades of Lime Green #2EB621

Tints of Lime Green #2EB621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 69.73%

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

R = 17.62%
G = 69.73%
B = 12.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#2EB621 (or 0x2EB621) is known color: Lime Green. HEX triplet: 2E, B6 and 21. RGB value is (46,182,33). Sum of RGB (Red+Green+Blue) = 46+182+33=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB621 is #D149DE. Grayscale: #7C7C7C. Windows color (decimal): -13715935 or 2209326. OLE color: 2209326.

HSL color Cylindrical-coordinate representation of color #2EB621: hue angle of 114.77º 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 #2EB621 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 182 33 -
CMYK 0.75 0 0.82 0.29
HSL 114.77º 0.69% 0.42% -
HSV(B) 114.77º 0.82% 0.71% -
XYZ 18.13 34.15 7.07 -
YUV 124.35 76.44 72.12 -
System Red Green Blue C M Y K H S L
Decimal 46 182 33 0.75 0 0.82 0.29 114.77 0.69 0.42
Hex 2E B6 21 4B 0 52 1D 73 45 2A
Octal 56 266 41 113 0 122 35 163 105 52
Binary 101110 10110110 100001 1001011 0 1010010 11101 1110011 1000101 101010

Color Harmonies of #2EB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB621

Black with #2EB621

Text Example


Text Example

White with #2EB621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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