Html Css Color HEX #2EEB38 Lime Green

📋 copy color: '#2EEB38'

red 46 ◦ green 235 ◦ blue 56

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

Shades of Lime Green #2EEB38

Tints of Lime Green #2EEB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 13.65%
G = 69.73%
B = 16.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#2EEB38 (or 0x2EEB38) is known color: Lime Green. HEX triplet: 2E, EB and 38. RGB value is (46,235,56). Sum of RGB (Red+Green+Blue) = 46+235+56=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 235 (92.19% from 255 or 69.73% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB38 is #D114C7. Grayscale: #9E9E9E. Windows color (decimal): -13702344 or 3730222. OLE color: 3730222.

HSL color Cylindrical-coordinate representation of color #2EEB38: hue angle of 123.17º 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 #2EEB38 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 56 -
CMYK 0.80 0 0.76 0.08
HSL 123.17º 0.83% 0.55% -
HSV(B) 123.17º 0.8% 0.92% -
XYZ 31.55 60.28 13.71 -
YUV 158.08 70.38 48.05 -
System Red Green Blue C M Y K H S L
Decimal 46 235 56 0.80 0 0.76 0.08 123.17 0.83 0.55
Hex 2E EB 38 50 0 4C 8 7B 53 37
Octal 56 353 70 120 0 114 10 173 123 67
Binary 101110 11101011 111000 1010000 0 1001100 1000 1111011 1010011 110111

Color Harmonies of #2EEB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB38

Black with #2EEB38

Text Example


Text Example

White with #2EEB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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