Html Css Color HEX #3CDC47 Lime Green

📋 copy color: '#3CDC47'

red 60 ◦ green 220 ◦ blue 71

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

Shades of Lime Green #3CDC47

Tints of Lime Green #3CDC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.23%

R = 17.09%
G = 62.68%
B = 20.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#3CDC47 (or 0x3CDC47) is known color: Lime Green. HEX triplet: 3C, DC and 47. RGB value is (60,220,71). Sum of RGB (Red+Green+Blue) = 60+220+71=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC47 is #C323B8. Grayscale: #9B9B9B. Windows color (decimal): -12788665 or 4709436. OLE color: 4709436.

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

Color convert

RGB 60 220 71 -
CMYK 0.73 0 0.68 0.14
HSL 124.13º 0.7% 0.55% -
HSV(B) 124.13º 0.73% 0.86% -
XYZ 28.59 52.6 14.61 -
YUV 155.17 80.49 60.12 -
System Red Green Blue C M Y K H S L
Decimal 60 220 71 0.73 0 0.68 0.14 124.13 0.7 0.55
Hex 3C DC 47 49 0 44 E 7C 46 37
Octal 74 334 107 111 0 104 16 174 106 67
Binary 111100 11011100 1000111 1001001 0 1000100 1110 1111100 1000110 110111

Color Harmonies of #3CDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC47

Black with #3CDC47

Text Example


Text Example

White with #3CDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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