Html Css Color HEX #2EDF37 Lime Green

📋 copy color: '#2EDF37'

red 46 ◦ green 223 ◦ blue 55

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

Shades of Lime Green #2EDF37

Tints of Lime Green #2EDF37

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.83%

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 14.2%
G = 68.83%
B = 16.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#2EDF37 (or 0x2EDF37) is known color: Lime Green. HEX triplet: 2E, DF and 37. RGB value is (46,223,55). Sum of RGB (Red+Green+Blue) = 46+223+55=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF37 is #D120C8. Grayscale: #979797. Windows color (decimal): -13705417 or 3661614. OLE color: 3661614.

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

Color convert

RGB 46 223 55 -
CMYK 0.79 0 0.75 0.13
HSL 123.05º 0.73% 0.53% -
HSV(B) 123.05º 0.79% 0.87% -
XYZ 28.2 53.63 12.48 -
YUV 150.93 73.86 53.16 -
System Red Green Blue C M Y K H S L
Decimal 46 223 55 0.79 0 0.75 0.13 123.05 0.73 0.53
Hex 2E DF 37 4F 0 4B D 7B 49 35
Octal 56 337 67 117 0 113 15 173 111 65
Binary 101110 11011111 110111 1001111 0 1001011 1101 1111011 1001001 110101

Color Harmonies of #2EDF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF37

Black with #2EDF37

Text Example


Text Example

White with #2EDF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,55); }

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

background-color css

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

 a { background-color: rgb(46,223,55); }

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

border-color css

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

 span { border-color: rgb(46,223,55); }

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