Html Css Color HEX #3CD64C Lime Green

📋 copy color: '#3CD64C'

red 60 ◦ green 214 ◦ blue 76

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

Shades of Lime Green #3CD64C

Tints of Lime Green #3CD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.14%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 17.14%
G = 61.14%
B = 21.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#3CD64C (or 0x3CD64C) is known color: Lime Green. HEX triplet: 3C, D6 and 4C. RGB value is (60,214,76). Sum of RGB (Red+Green+Blue) = 60+214+76=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #3CD64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD64C is #C329B3. Grayscale: #989898. Windows color (decimal): -12790196 or 5035580. OLE color: 5035580.

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

Color convert

RGB 60 214 76 -
CMYK 0.72 0 0.64 0.16
HSL 126.23º 0.65% 0.54% -
HSV(B) 126.23º 0.72% 0.84% -
XYZ 27.21 49.58 14.97 -
YUV 152.22 84.98 62.22 -
System Red Green Blue C M Y K H S L
Decimal 60 214 76 0.72 0 0.64 0.16 126.23 0.65 0.54
Hex 3C D6 4C 48 0 40 10 7E 41 36
Octal 74 326 114 110 0 100 20 176 101 66
Binary 111100 11010110 1001100 1001000 0 1000000 10000 1111110 1000001 110110

Color Harmonies of #3CD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD64C

Black with #3CD64C

Text Example


Text Example

White with #3CD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,214,76); }

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

background-color css

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

 a { background-color: rgb(60,214,76); }

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

border-color css

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

 span { border-color: rgb(60,214,76); }

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