Html Css Color HEX #2EF538 Lime Green

📋 copy color: '#2EF538'

red 46 ◦ green 245 ◦ blue 56

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

Shades of Lime Green #2EF538

Tints of Lime Green #2EF538

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.61%

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

R = 13.26%
G = 70.61%
B = 16.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#2EF538 (or 0x2EF538) is known color: Lime Green. HEX triplet: 2E, F5 and 38. RGB value is (46,245,56). Sum of RGB (Red+Green+Blue) = 46+245+56=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 245 (96.09% from 255 or 70.61% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF538 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF538 is #D10AC7. Grayscale: #A4A4A4. Windows color (decimal): -13699784 or 3732782. OLE color: 3732782.

HSL color Cylindrical-coordinate representation of color #2EF538: hue angle of 123.02º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF538 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 245 56 -
CMYK 0.81 0 0.77 0.04
HSL 123.02º 0.91% 0.57% -
HSV(B) 123.02º 0.81% 0.96% -
XYZ 34.49 66.17 14.7 -
YUV 163.95 67.07 43.87 -
System Red Green Blue C M Y K H S L
Decimal 46 245 56 0.81 0 0.77 0.04 123.02 0.91 0.57
Hex 2E F5 38 51 0 4D 4 7B 5B 39
Octal 56 365 70 121 0 115 4 173 133 71
Binary 101110 11110101 111000 1010001 0 1001101 100 1111011 1011011 111001

Color Harmonies of #2EF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF538

Black with #2EF538

Text Example


Text Example

White with #2EF538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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