Html Css Color HEX #3CDC1E Lime Green

📋 copy color: '#3CDC1E'

red 60 ◦ green 220 ◦ blue 30

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

Shades of Lime Green #3CDC1E

Tints of Lime Green #3CDC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 19.35%
G = 70.97%
B = 9.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#3CDC1E (or 0x3CDC1E) is known color: Lime Green. HEX triplet: 3C, DC and 1E. RGB value is (60,220,30). Sum of RGB (Red+Green+Blue) = 60+220+30=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC1E is #C323E1. Grayscale: #979797. Windows color (decimal): -12788706 or 2022460. OLE color: 2022460.

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

Color convert

RGB 60 220 30 -
CMYK 0.73 0 0.86 0.14
HSL 110.53º 0.76% 0.49% -
HSV(B) 110.53º 0.86% 0.86% -
XYZ 27.69 52.24 9.85 -
YUV 150.5 59.99 63.45 -
System Red Green Blue C M Y K H S L
Decimal 60 220 30 0.73 0 0.86 0.14 110.53 0.76 0.49
Hex 3C DC 1E 49 0 56 E 6F 4C 31
Octal 74 334 36 111 0 126 16 157 114 61
Binary 111100 11011100 11110 1001001 0 1010110 1110 1101111 1001100 110001

Color Harmonies of #3CDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC1E

Black with #3CDC1E

Text Example


Text Example

White with #3CDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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