Html Css Color HEX #3CD84D Lime Green

📋 copy color: '#3CD84D'

red 60 ◦ green 216 ◦ blue 77

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

Shades of Lime Green #3CD84D

Tints of Lime Green #3CD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.19%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 17%
G = 61.19%
B = 21.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#3CD84D (or 0x3CD84D) is known color: Lime Green. HEX triplet: 3C, D8 and 4D. RGB value is (60,216,77). Sum of RGB (Red+Green+Blue) = 60+216+77=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD84D is #C327B2. Grayscale: #999999. Windows color (decimal): -12789683 or 5101628. OLE color: 5101628.

HSL color Cylindrical-coordinate representation of color #3CD84D: hue angle of 126.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD84D is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 216 77 -
CMYK 0.72 0 0.64 0.15
HSL 126.54º 0.67% 0.54% -
HSV(B) 126.54º 0.72% 0.85% -
XYZ 27.76 50.61 15.33 -
YUV 153.51 84.82 61.3 -
System Red Green Blue C M Y K H S L
Decimal 60 216 77 0.72 0 0.64 0.15 126.54 0.67 0.54
Hex 3C D8 4D 48 0 40 F 7F 43 36
Octal 74 330 115 110 0 100 17 177 103 66
Binary 111100 11011000 1001101 1001000 0 1000000 1111 1111111 1000011 110110

Color Harmonies of #3CD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD84D

Black with #3CD84D

Text Example


Text Example

White with #3CD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,216,77); }

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

background-color css

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

 a { background-color: rgb(60,216,77); }

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

border-color css

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

 span { border-color: rgb(60,216,77); }

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