Html Css Color HEX #3CDC3F Lime Green

📋 copy color: '#3CDC3F'

red 60 ◦ green 220 ◦ blue 63

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

Shades of Lime Green #3CDC3F

Tints of Lime Green #3CDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.37%

R = 17.49%
G = 64.14%
B = 18.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#3CDC3F (or 0x3CDC3F) is known color: Lime Green. HEX triplet: 3C, DC and 3F. RGB value is (60,220,63). Sum of RGB (Red+Green+Blue) = 60+220+63=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC3F is #C323C0. Grayscale: #9A9A9A. Windows color (decimal): -12788673 or 4185148. OLE color: 4185148.

HSL color Cylindrical-coordinate representation of color #3CDC3F: hue angle of 121.12º 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 #3CDC3F is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 63 -
CMYK 0.73 0 0.71 0.14
HSL 121.13º 0.7% 0.55% -
HSV(B) 121.13º 0.73% 0.86% -
XYZ 28.35 52.51 13.34 -
YUV 154.26 76.49 60.77 -
System Red Green Blue C M Y K H S L
Decimal 60 220 63 0.73 0 0.71 0.14 121.13 0.7 0.55
Hex 3C DC 3F 49 0 47 E 79 46 37
Octal 74 334 77 111 0 107 16 171 106 67
Binary 111100 11011100 111111 1001001 0 1000111 1110 1111001 1000110 110111

Color Harmonies of #3CDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC3F

Black with #3CDC3F

Text Example


Text Example

White with #3CDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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