Html Css Color HEX #2EDF2F Lime Green

📋 copy color: '#2EDF2F'

red 46 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #2EDF2F

Tints of Lime Green #2EDF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 14.56%
G = 70.57%
B = 14.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#2EDF2F (or 0x2EDF2F) is known color: Lime Green. HEX triplet: 2E, DF and 2F. RGB value is (46,223,47). Sum of RGB (Red+Green+Blue) = 46+223+47=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 223 (87.5% from 255 or 70.57% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF2F is #D120D0. Grayscale: #969696. Windows color (decimal): -13705425 or 3137326. OLE color: 3137326.

HSL color Cylindrical-coordinate representation of color #2EDF2F: hue angle of 120.34º 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 #2EDF2F is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 47 -
CMYK 0.79 0 0.79 0.13
HSL 120.34º 0.73% 0.53% -
HSV(B) 120.34º 0.79% 0.87% -
XYZ 28.03 53.56 11.55 -
YUV 150.01 69.86 53.81 -
System Red Green Blue C M Y K H S L
Decimal 46 223 47 0.79 0 0.79 0.13 120.34 0.73 0.53
Hex 2E DF 2F 4F 0 4F D 78 49 35
Octal 56 337 57 117 0 117 15 170 111 65
Binary 101110 11011111 101111 1001111 0 1001111 1101 1111000 1001001 110101

Color Harmonies of #2EDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF2F

Black with #2EDF2F

Text Example


Text Example

White with #2EDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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