Html Css Color HEX #2ED925 Lime Green

📋 copy color: '#2ED925'

red 46 ◦ green 217 ◦ blue 37

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

Shades of Lime Green #2ED925

Tints of Lime Green #2ED925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.33%

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

R = 15.33%
G = 72.33%
B = 12.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#2ED925 (or 0x2ED925) is known color: Lime Green. HEX triplet: 2E, D9 and 25. RGB value is (46,217,37). Sum of RGB (Red+Green+Blue) = 46+217+37=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED925 is #D126DA. Grayscale: #919191. Windows color (decimal): -13706971 or 2480430. OLE color: 2480430.

HSL color Cylindrical-coordinate representation of color #2ED925: hue angle of 117º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ED925 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 37 -
CMYK 0.79 0 0.83 0.15
HSL 117º 0.71% 0.5% -
HSV(B) 117º 0.83% 0.85% -
XYZ 26.27 50.34 10.08 -
YUV 145.35 66.85 57.14 -
System Red Green Blue C M Y K H S L
Decimal 46 217 37 0.79 0 0.83 0.15 117 0.71 0.5
Hex 2E D9 25 4F 0 53 F 75 47 32
Octal 56 331 45 117 0 123 17 165 107 62
Binary 101110 11011001 100101 1001111 0 1010011 1111 1110101 1000111 110010

Color Harmonies of #2ED925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED925

Black with #2ED925

Text Example


Text Example

White with #2ED925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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