Html Css Color HEX #2EB91C Lime Green

📋 copy color: '#2EB91C'

red 46 ◦ green 185 ◦ blue 28

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

Shades of Lime Green #2EB91C

Tints of Lime Green #2EB91C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 71.43%

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 17.76%
G = 71.43%
B = 10.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#2EB91C (or 0x2EB91C) is known color: Lime Green. HEX triplet: 2E, B9 and 1C. RGB value is (46,185,28). Sum of RGB (Red+Green+Blue) = 46+185+28=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 185 (72.66% from 255 or 71.43% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB91C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB91C is #D146E3. Grayscale: #7E7E7E. Windows color (decimal): -13715172 or 1882414. OLE color: 1882414.

HSL color Cylindrical-coordinate representation of color #2EB91C: hue angle of 113.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EB91C is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 28 -
CMYK 0.75 0 0.85 0.27
HSL 113.12º 0.74% 0.42% -
HSV(B) 113.12º 0.85% 0.73% -
XYZ 18.69 35.36 6.94 -
YUV 125.54 72.95 71.27 -
System Red Green Blue C M Y K H S L
Decimal 46 185 28 0.75 0 0.85 0.27 113.12 0.74 0.42
Hex 2E B9 1C 4B 0 55 1B 71 4A 2A
Octal 56 271 34 113 0 125 33 161 112 52
Binary 101110 10111001 11100 1001011 0 1010101 11011 1110001 1001010 101010

Color Harmonies of #2EB91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB91C

Black with #2EB91C

Text Example


Text Example

White with #2EB91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,28); }

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

background-color css

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

 a { background-color: rgb(46,185,28); }

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

border-color css

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

 span { border-color: rgb(46,185,28); }

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