Html Css Color HEX #2EF023 Lime Green

📋 copy color: '#2EF023'

red 46 ◦ green 240 ◦ blue 35

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

Shades of Lime Green #2EF023

Tints of Lime Green #2EF023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.9%

R = 14.33%
G = 74.77%
B = 10.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#2EF023 (or 0x2EF023) is known color: Lime Green. HEX triplet: 2E, F0 and 23. RGB value is (46,240,35). Sum of RGB (Red+Green+Blue) = 46+240+35=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF023 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF023 is #D10FDC. Grayscale: #9F9F9F. Windows color (decimal): -13701085 or 2355246. OLE color: 2355246.

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

Color convert

RGB 46 240 35 -
CMYK 0.81 0 0.85 0.06
HSL 116.78º 0.87% 0.54% -
HSV(B) 116.78º 0.85% 0.94% -
XYZ 32.59 63.02 12.04 -
YUV 158.62 58.23 47.67 -
System Red Green Blue C M Y K H S L
Decimal 46 240 35 0.81 0 0.85 0.06 116.78 0.87 0.54
Hex 2E F0 23 51 0 55 6 75 57 36
Octal 56 360 43 121 0 125 6 165 127 66
Binary 101110 11110000 100011 1010001 0 1010101 110 1110101 1010111 110110

Color Harmonies of #2EF023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF023

Black with #2EF023

Text Example


Text Example

White with #2EF023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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