Html Css Color HEX #3CDC4F Lime Green

📋 copy color: '#3CDC4F'

red 60 ◦ green 220 ◦ blue 79

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

Shades of Lime Green #3CDC4F

Tints of Lime Green #3CDC4F

RGB

 RED value IS 60 (23.83% from 255) = 16.71%

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

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 16.71%
G = 61.28%
B = 22.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#3CDC4F (or 0x3CDC4F) is known color: Lime Green. HEX triplet: 3C, DC and 4F. RGB value is (60,220,79). Sum of RGB (Red+Green+Blue) = 60+220+79=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC4F is #C323B0. Grayscale: #9C9C9C. Windows color (decimal): -12788657 or 5233724. OLE color: 5233724.

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

Color convert

RGB 60 220 79 -
CMYK 0.73 0 0.64 0.14
HSL 127.13º 0.7% 0.55% -
HSV(B) 127.13º 0.73% 0.86% -
XYZ 28.87 52.71 16.05 -
YUV 156.09 84.49 59.46 -
System Red Green Blue C M Y K H S L
Decimal 60 220 79 0.73 0 0.64 0.14 127.13 0.7 0.55
Hex 3C DC 4F 49 0 40 E 7F 46 37
Octal 74 334 117 111 0 100 16 177 106 67
Binary 111100 11011100 1001111 1001001 0 1000000 1110 1111111 1000110 110111

Color Harmonies of #3CDC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC4F

Black with #3CDC4F

Text Example


Text Example

White with #3CDC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,79); }

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

background-color css

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

 a { background-color: rgb(60,220,79); }

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

border-color css

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

 span { border-color: rgb(60,220,79); }

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