Html Css Color HEX #3CDC19 Lime Green

📋 copy color: '#3CDC19'

red 60 ◦ green 220 ◦ blue 25

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

Shades of Lime Green #3CDC19

Tints of Lime Green #3CDC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 19.67%
G = 72.13%
B = 8.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#3CDC19 (or 0x3CDC19) is known color: Lime Green. HEX triplet: 3C, DC and 19. RGB value is (60,220,25). Sum of RGB (Red+Green+Blue) = 60+220+25=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDC19 is #C323E6. Grayscale: #969696. Windows color (decimal): -12788711 or 1694780. OLE color: 1694780.

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

Color convert

RGB 60 220 25 -
CMYK 0.73 0 0.89 0.14
HSL 109.23º 0.8% 0.48% -
HSV(B) 109.23º 0.89% 0.86% -
XYZ 27.63 52.22 9.54 -
YUV 149.93 57.49 63.86 -
System Red Green Blue C M Y K H S L
Decimal 60 220 25 0.73 0 0.89 0.14 109.23 0.8 0.48
Hex 3C DC 19 49 0 59 E 6D 50 30
Octal 74 334 31 111 0 131 16 155 120 60
Binary 111100 11011100 11001 1001001 0 1011001 1110 1101101 1010000 110000

Color Harmonies of #3CDC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC19

Black with #3CDC19

Text Example


Text Example

White with #3CDC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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