Html Css Color HEX #2EEB2F Lime Green

📋 copy color: '#2EEB2F'

red 46 ◦ green 235 ◦ blue 47

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

Shades of Lime Green #2EEB2F

Tints of Lime Green #2EEB2F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 71.65%

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 14.02%
G = 71.65%
B = 14.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#2EEB2F (or 0x2EEB2F) is known color: Lime Green. HEX triplet: 2E, EB and 2F. RGB value is (46,235,47). Sum of RGB (Red+Green+Blue) = 46+235+47=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 235 (92.19% from 255 or 71.65% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB2F is #D114D0. Grayscale: #9D9D9D. Windows color (decimal): -13702353 or 3140398. OLE color: 3140398.

HSL color Cylindrical-coordinate representation of color #2EEB2F: hue angle of 120.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB2F is Cyan = 0.80, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 47 -
CMYK 0.80 0 0.8 0.08
HSL 120.32º 0.83% 0.55% -
HSV(B) 120.32º 0.8% 0.92% -
XYZ 31.35 60.2 12.66 -
YUV 157.06 65.88 48.79 -
System Red Green Blue C M Y K H S L
Decimal 46 235 47 0.80 0 0.8 0.08 120.32 0.83 0.55
Hex 2E EB 2F 50 0 50 8 78 53 37
Octal 56 353 57 120 0 120 10 170 123 67
Binary 101110 11101011 101111 1010000 0 1010000 1000 1111000 1010011 110111

Color Harmonies of #2EEB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB2F

Black with #2EEB2F

Text Example


Text Example

White with #2EEB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,235,47); }

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

background-color css

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

 a { background-color: rgb(46,235,47); }

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

border-color css

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

 span { border-color: rgb(46,235,47); }

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