Html Css Color HEX #3CD14D Lime Green

📋 copy color: '#3CD14D'

red 60 ◦ green 209 ◦ blue 77

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

Shades of Lime Green #3CD14D

Tints of Lime Green #3CD14D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.4%

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

R = 17.34%
G = 60.4%
B = 22.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#3CD14D (or 0x3CD14D) is known color: Lime Green. HEX triplet: 3C, D1 and 4D. RGB value is (60,209,77). Sum of RGB (Red+Green+Blue) = 60+209+77=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD14D is #C32EB2. Grayscale: #959595. Windows color (decimal): -12791475 or 5099836. OLE color: 5099836.

HSL color Cylindrical-coordinate representation of color #3CD14D: hue angle of 126.85º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD14D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 209 77 -
CMYK 0.71 0 0.63 0.18
HSL 126.85º 0.62% 0.53% -
HSV(B) 126.85º 0.71% 0.82% -
XYZ 26 47.1 14.74 -
YUV 149.4 87.14 64.23 -
System Red Green Blue C M Y K H S L
Decimal 60 209 77 0.71 0 0.63 0.18 126.85 0.62 0.53
Hex 3C D1 4D 47 0 3F 12 7F 3E 35
Octal 74 321 115 107 0 77 22 177 76 65
Binary 111100 11010001 1001101 1000111 0 111111 10010 1111111 111110 110101

Color Harmonies of #3CD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD14D

Black with #3CD14D

Text Example


Text Example

White with #3CD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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