Html Css Color HEX #2EDD3C Lime Green

📋 copy color: '#2EDD3C'

red 46 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #2EDD3C

Tints of Lime Green #2EDD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 14.07%
G = 67.58%
B = 18.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#2EDD3C (or 0x2EDD3C) is known color: Lime Green. HEX triplet: 2E, DD and 3C. RGB value is (46,221,60). Sum of RGB (Red+Green+Blue) = 46+221+60=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD3C is #D122C3. Grayscale: #969696. Windows color (decimal): -13705924 or 3988782. OLE color: 3988782.

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

Color convert

RGB 46 221 60 -
CMYK 0.79 0 0.73 0.13
HSL 124.8º 0.72% 0.52% -
HSV(B) 124.8º 0.79% 0.87% -
XYZ 27.8 52.62 12.97 -
YUV 150.32 77.02 53.59 -
System Red Green Blue C M Y K H S L
Decimal 46 221 60 0.79 0 0.73 0.13 124.8 0.72 0.52
Hex 2E DD 3C 4F 0 49 D 7D 48 34
Octal 56 335 74 117 0 111 15 175 110 64
Binary 101110 11011101 111100 1001111 0 1001001 1101 1111101 1001000 110100

Color Harmonies of #2EDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD3C

Black with #2EDD3C

Text Example


Text Example

White with #2EDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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