Html Css Color HEX #3CDC4E Lime Green

📋 copy color: '#3CDC4E'

red 60 ◦ green 220 ◦ blue 78

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

Shades of Lime Green #3CDC4E

Tints of Lime Green #3CDC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 16.76%
G = 61.45%
B = 21.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#3CDC4E (or 0x3CDC4E) is known color: Lime Green. HEX triplet: 3C, DC and 4E. RGB value is (60,220,78). Sum of RGB (Red+Green+Blue) = 60+220+78=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC4E is #C323B1. Grayscale: #9C9C9C. Windows color (decimal): -12788658 or 5168188. OLE color: 5168188.

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

Color convert

RGB 60 220 78 -
CMYK 0.73 0 0.65 0.14
HSL 126.75º 0.7% 0.55% -
HSV(B) 126.75º 0.73% 0.86% -
XYZ 28.83 52.7 15.86 -
YUV 155.97 83.99 59.55 -
System Red Green Blue C M Y K H S L
Decimal 60 220 78 0.73 0 0.65 0.14 126.75 0.7 0.55
Hex 3C DC 4E 49 0 41 E 7F 46 37
Octal 74 334 116 111 0 101 16 177 106 67
Binary 111100 11011100 1001110 1001001 0 1000001 1110 1111111 1000110 110111

Color Harmonies of #3CDC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC4E

Black with #3CDC4E

Text Example


Text Example

White with #3CDC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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