Html Css Color HEX #2EF038 Lime Green

📋 copy color: '#2EF038'

red 46 ◦ green 240 ◦ blue 56

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

Shades of Lime Green #2EF038

Tints of Lime Green #2EF038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.18%

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

R = 13.45%
G = 70.18%
B = 16.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#2EF038 (or 0x2EF038) is known color: Lime Green. HEX triplet: 2E, F0 and 38. RGB value is (46,240,56). Sum of RGB (Red+Green+Blue) = 46+240+56=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF038 is #D10FC7. Grayscale: #A1A1A1. Windows color (decimal): -13701064 or 3731502. OLE color: 3731502.

HSL color Cylindrical-coordinate representation of color #2EF038: hue angle of 123.09º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF038 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 240 56 -
CMYK 0.81 0 0.77 0.06
HSL 123.09º 0.87% 0.56% -
HSV(B) 123.09º 0.81% 0.94% -
XYZ 33 63.19 14.2 -
YUV 161.02 68.73 45.96 -
System Red Green Blue C M Y K H S L
Decimal 46 240 56 0.81 0 0.77 0.06 123.09 0.87 0.56
Hex 2E F0 38 51 0 4D 6 7B 57 38
Octal 56 360 70 121 0 115 6 173 127 70
Binary 101110 11110000 111000 1010001 0 1001101 110 1111011 1010111 111000

Color Harmonies of #2EF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF038

Black with #2EF038

Text Example


Text Example

White with #2EF038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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