Html Css Color HEX #3CDC15 Lime Green

📋 copy color: '#3CDC15'

red 60 ◦ green 220 ◦ blue 21

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

Shades of Lime Green #3CDC15

Tints of Lime Green #3CDC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 19.93%
G = 73.09%
B = 6.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#3CDC15 (or 0x3CDC15) is known color: Lime Green. HEX triplet: 3C, DC and 15. RGB value is (60,220,21). Sum of RGB (Red+Green+Blue) = 60+220+21=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDC15 is #C323EA. Grayscale: #969696. Windows color (decimal): -12788715 or 1432636. OLE color: 1432636.

HSL color Cylindrical-coordinate representation of color #3CDC15: hue angle of 108.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CDC15 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 21 -
CMYK 0.73 0 0.90 0.14
HSL 108.24º 0.83% 0.47% -
HSV(B) 108.24º 0.9% 0.86% -
XYZ 27.59 52.2 9.33 -
YUV 149.47 55.49 64.18 -
System Red Green Blue C M Y K H S L
Decimal 60 220 21 0.73 0 0.90 0.14 108.24 0.83 0.47
Hex 3C DC 15 49 0 5A E 6C 53 2F
Octal 74 334 25 111 0 132 16 154 123 57
Binary 111100 11011100 10101 1001001 0 1011010 1110 1101100 1010011 101111

Color Harmonies of #3CDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC15

Black with #3CDC15

Text Example


Text Example

White with #3CDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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