Html Css Color HEX #2EEC30 Lime Green

📋 copy color: '#2EEC30'

red 46 ◦ green 236 ◦ blue 48

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

Shades of Lime Green #2EEC30

Tints of Lime Green #2EEC30

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.52%

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 13.94%
G = 71.52%
B = 14.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#2EEC30 (or 0x2EEC30) is known color: Lime Green. HEX triplet: 2E, EC and 30. RGB value is (46,236,48). Sum of RGB (Red+Green+Blue) = 46+236+48=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC30 is #D113CF. Grayscale: #9E9E9E. Windows color (decimal): -13702096 or 3206190. OLE color: 3206190.

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

Color convert

RGB 46 236 48 -
CMYK 0.81 0 0.80 0.07
HSL 120.63º 0.83% 0.55% -
HSV(B) 120.63º 0.81% 0.93% -
XYZ 31.66 60.79 12.86 -
YUV 157.76 66.05 48.29 -
System Red Green Blue C M Y K H S L
Decimal 46 236 48 0.81 0 0.80 0.07 120.63 0.83 0.55
Hex 2E EC 30 51 0 50 7 79 53 37
Octal 56 354 60 121 0 120 7 171 123 67
Binary 101110 11101100 110000 1010001 0 1010000 111 1111001 1010011 110111

Color Harmonies of #2EEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC30

Black with #2EEC30

Text Example


Text Example

White with #2EEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,236,48); }

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

background-color css

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

 a { background-color: rgb(46,236,48); }

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

border-color css

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

 span { border-color: rgb(46,236,48); }

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