Html Css Color HEX #2EC030 Lime Green

📋 copy color: '#2EC030'

red 46 ◦ green 192 ◦ blue 48

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

Shades of Lime Green #2EC030

Tints of Lime Green #2EC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.13%

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

R = 16.08%
G = 67.13%
B = 16.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#2EC030 (or 0x2EC030) is known color: Lime Green. HEX triplet: 2E, C0 and 30. RGB value is (46,192,48). Sum of RGB (Red+Green+Blue) = 46+192+48=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC030 is #D13FCF. Grayscale: #848484. Windows color (decimal): -13713360 or 3194926. OLE color: 3194926.

HSL color Cylindrical-coordinate representation of color #2EC030: hue angle of 120.82º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC030 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 48 -
CMYK 0.76 0 0.75 0.25
HSL 120.82º 0.61% 0.47% -
HSV(B) 120.82º 0.76% 0.75% -
XYZ 20.51 38.49 9.15 -
YUV 131.93 80.63 66.71 -
System Red Green Blue C M Y K H S L
Decimal 46 192 48 0.76 0 0.75 0.25 120.82 0.61 0.47
Hex 2E C0 30 4C 0 4B 19 79 3D 2F
Octal 56 300 60 114 0 113 31 171 75 57
Binary 101110 11000000 110000 1001100 0 1001011 11001 1111001 111101 101111

Color Harmonies of #2EC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC030

Black with #2EC030

Text Example


Text Example

White with #2EC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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