Html Css Color HEX #2EDD25 Lime Green

📋 copy color: '#2EDD25'

red 46 ◦ green 221 ◦ blue 37

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

Shades of Lime Green #2EDD25

Tints of Lime Green #2EDD25

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.7%

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

R = 15.13%
G = 72.7%
B = 12.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#2EDD25 (or 0x2EDD25) is known color: Lime Green. HEX triplet: 2E, DD and 25. RGB value is (46,221,37). Sum of RGB (Red+Green+Blue) = 46+221+37=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD25 is #D122DA. Grayscale: #949494. Windows color (decimal): -13705947 or 2481454. OLE color: 2481454.

HSL color Cylindrical-coordinate representation of color #2EDD25: hue angle of 117.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EDD25 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 37 -
CMYK 0.79 0 0.83 0.13
HSL 117.07º 0.73% 0.51% -
HSV(B) 117.07º 0.83% 0.87% -
XYZ 27.32 52.43 10.43 -
YUV 147.7 65.52 55.46 -
System Red Green Blue C M Y K H S L
Decimal 46 221 37 0.79 0 0.83 0.13 117.07 0.73 0.51
Hex 2E DD 25 4F 0 53 D 75 49 33
Octal 56 335 45 117 0 123 15 165 111 63
Binary 101110 11011101 100101 1001111 0 1010011 1101 1110101 1001001 110011

Color Harmonies of #2EDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD25

Black with #2EDD25

Text Example


Text Example

White with #2EDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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