Html Css Color HEX #2EDF13 Lime Green

📋 copy color: '#2EDF13'

red 46 ◦ green 223 ◦ blue 19

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

Shades of Lime Green #2EDF13

Tints of Lime Green #2EDF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 15.97%
G = 77.43%
B = 6.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#2EDF13 (or 0x2EDF13) is known color: Lime Green. HEX triplet: 2E, DF and 13. RGB value is (46,223,19). Sum of RGB (Red+Green+Blue) = 46+223+19=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 223 (87.5% from 255 or 77.43% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDF13 is #D120EC. Grayscale: #939393. Windows color (decimal): -13705453 or 1302318. OLE color: 1302318.

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

Color convert

RGB 46 223 19 -
CMYK 0.79 0 0.91 0.13
HSL 112.06º 0.84% 0.47% -
HSV(B) 112.06º 0.91% 0.87% -
XYZ 27.63 53.4 9.47 -
YUV 146.82 55.86 56.09 -
System Red Green Blue C M Y K H S L
Decimal 46 223 19 0.79 0 0.91 0.13 112.06 0.84 0.47
Hex 2E DF 13 4F 0 5B D 70 54 2F
Octal 56 337 23 117 0 133 15 160 124 57
Binary 101110 11011111 10011 1001111 0 1011011 1101 1110000 1010100 101111

Color Harmonies of #2EDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF13

Black with #2EDF13

Text Example


Text Example

White with #2EDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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