Html Css Color HEX #2EC825 Lime Green

📋 copy color: '#2EC825'

red 46 ◦ green 200 ◦ blue 37

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

Shades of Lime Green #2EC825

Tints of Lime Green #2EC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 70.67%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 16.25%
G = 70.67%
B = 13.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#2EC825 (or 0x2EC825) is known color: Lime Green. HEX triplet: 2E, C8 and 25. RGB value is (46,200,37). Sum of RGB (Red+Green+Blue) = 46+200+37=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC825 is #D137DA. Grayscale: #878787. Windows color (decimal): -13711323 or 2476078. OLE color: 2476078.

HSL color Cylindrical-coordinate representation of color #2EC825: hue angle of 116.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EC825 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 200 37 -
CMYK 0.77 0 0.82 0.22
HSL 116.69º 0.69% 0.46% -
HSV(B) 116.69º 0.82% 0.78% -
XYZ 22.11 42.02 8.7 -
YUV 135.37 72.48 64.25 -
System Red Green Blue C M Y K H S L
Decimal 46 200 37 0.77 0 0.82 0.22 116.69 0.69 0.46
Hex 2E C8 25 4D 0 52 16 75 45 2E
Octal 56 310 45 115 0 122 26 165 105 56
Binary 101110 11001000 100101 1001101 0 1010010 10110 1110101 1000101 101110

Color Harmonies of #2EC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC825

Black with #2EC825

Text Example


Text Example

White with #2EC825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,200,37); }

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

background-color css

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

 a { background-color: rgb(46,200,37); }

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

border-color css

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

 span { border-color: rgb(46,200,37); }

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