Html Css Color HEX #3EDD2C Lime Green

📋 copy color: '#3EDD2C'

red 62 ◦ green 221 ◦ blue 44

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

Shades of Lime Green #3EDD2C

Tints of Lime Green #3EDD2C

RGB

 RED value IS 62 (24.61% from 255) = 18.96%

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

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 18.96%
G = 67.58%
B = 13.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#3EDD2C (or 0x3EDD2C) is known color: Lime Green. HEX triplet: 3E, DD and 2C. RGB value is (62,221,44). Sum of RGB (Red+Green+Blue) = 62+221+44=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDD2C is #C122D3. Grayscale: #999999. Windows color (decimal): -12657364 or 2940222. OLE color: 2940222.

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

Color convert

RGB 62 221 44 -
CMYK 0.72 0 0.80 0.13
HSL 113.9º 0.72% 0.52% -
HSV(B) 113.9º 0.8% 0.87% -
XYZ 28.3 52.92 11.11 -
YUV 153.28 66.32 62.89 -
System Red Green Blue C M Y K H S L
Decimal 62 221 44 0.72 0 0.80 0.13 113.9 0.72 0.52
Hex 3E DD 2C 48 0 50 D 72 48 34
Octal 76 335 54 110 0 120 15 162 110 64
Binary 111110 11011101 101100 1001000 0 1010000 1101 1110010 1001000 110100

Color Harmonies of #3EDD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDD2C

Black with #3EDD2C

Text Example


Text Example

White with #3EDD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EDD2C; }

 p { color: rgb(62,221,44); }

 H1.HeaderClassName
 {
   color: #3EDD2C;
 }
 .AnyTagClassName
 {
   color: #3EDD2C;
 }
</style>

background-color css

<style>
 a { background-color: #3EDD2C; }

 a { background-color: rgb(62,221,44); }

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

border-color css

<style>
 span { border-color: #3EDD2C; }

 span { border-color: rgb(62,221,44); }

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