Html Css Color HEX #3EDC45 Lime Green

📋 copy color: '#3EDC45'

red 62 ◦ green 220 ◦ blue 69

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

Shades of Lime Green #3EDC45

Tints of Lime Green #3EDC45

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.68%

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 17.66%
G = 62.68%
B = 19.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#3EDC45 (or 0x3EDC45) is known color: Lime Green. HEX triplet: 3E, DC and 45. RGB value is (62,220,69). Sum of RGB (Red+Green+Blue) = 62+220+69=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDC45 is #C123BA. Grayscale: #9B9B9B. Windows color (decimal): -12657595 or 4578366. OLE color: 4578366.

HSL color Cylindrical-coordinate representation of color #3EDC45: hue angle of 122.66º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDC45 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 220 69 -
CMYK 0.72 0 0.69 0.14
HSL 122.66º 0.69% 0.55% -
HSV(B) 122.66º 0.72% 0.86% -
XYZ 28.65 52.64 14.28 -
YUV 155.54 79.15 61.28 -
System Red Green Blue C M Y K H S L
Decimal 62 220 69 0.72 0 0.69 0.14 122.66 0.69 0.55
Hex 3E DC 45 48 0 45 E 7B 45 37
Octal 76 334 105 110 0 105 16 173 105 67
Binary 111110 11011100 1000101 1001000 0 1000101 1110 1111011 1000101 110111

Color Harmonies of #3EDC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDC45

Black with #3EDC45

Text Example


Text Example

White with #3EDC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,220,69); }

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

background-color css

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

 a { background-color: rgb(62,220,69); }

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

border-color css

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

 span { border-color: rgb(62,220,69); }

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