Html Css Color HEX #2EC028 Lime Green

📋 copy color: '#2EC028'

red 46 ◦ green 192 ◦ blue 40

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

Shades of Lime Green #2EC028

Tints of Lime Green #2EC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 16.55%
G = 69.06%
B = 14.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#2EC028 (or 0x2EC028) is known color: Lime Green. HEX triplet: 2E, C0 and 28. RGB value is (46,192,40). Sum of RGB (Red+Green+Blue) = 46+192+40=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC028 is #D13FD7. Grayscale: #838383. Windows color (decimal): -13713368 or 2670638. OLE color: 2670638.

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

Color convert

RGB 46 192 40 -
CMYK 0.76 0 0.79 0.25
HSL 117.63º 0.66% 0.45% -
HSV(B) 117.63º 0.79% 0.75% -
XYZ 20.36 38.43 8.35 -
YUV 131.02 76.63 67.36 -
System Red Green Blue C M Y K H S L
Decimal 46 192 40 0.76 0 0.79 0.25 117.63 0.66 0.45
Hex 2E C0 28 4C 0 4F 19 76 42 2D
Octal 56 300 50 114 0 117 31 166 102 55
Binary 101110 11000000 101000 1001100 0 1001111 11001 1110110 1000010 101101

Color Harmonies of #2EC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC028

Black with #2EC028

Text Example


Text Example

White with #2EC028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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