Html Css Color HEX #2EEE46 Lime Green

📋 copy color: '#2EEE46'

red 46 ◦ green 238 ◦ blue 70

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

Shades of Lime Green #2EEE46

Tints of Lime Green #2EEE46

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.23%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 12.99%
G = 67.23%
B = 19.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#2EEE46 (or 0x2EEE46) is known color: Lime Green. HEX triplet: 2E, EE and 46. RGB value is (46,238,70). Sum of RGB (Red+Green+Blue) = 46+238+70=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEE46 is #D111B9. Grayscale: #A1A1A1. Windows color (decimal): -13701562 or 4648494. OLE color: 4648494.

HSL color Cylindrical-coordinate representation of color #2EEE46: hue angle of 127.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE46 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 70 -
CMYK 0.81 0 0.71 0.07
HSL 127.5º 0.85% 0.56% -
HSV(B) 127.5º 0.81% 0.93% -
XYZ 32.81 62.17 16.07 -
YUV 161.44 76.39 45.66 -
System Red Green Blue C M Y K H S L
Decimal 46 238 70 0.81 0 0.71 0.07 127.5 0.85 0.56
Hex 2E EE 46 51 0 47 7 80 55 38
Octal 56 356 106 121 0 107 7 200 125 70
Binary 101110 11101110 1000110 1010001 0 1000111 111 10000000 1010101 111000

Color Harmonies of #2EEE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEE46

Black with #2EEE46

Text Example


Text Example

White with #2EEE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,238,70); }

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

background-color css

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

 a { background-color: rgb(46,238,70); }

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

border-color css

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

 span { border-color: rgb(46,238,70); }

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