Html Css Color HEX #3CD64A Lime Green

📋 copy color: '#3CD64A'

red 60 ◦ green 214 ◦ blue 74

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

Shades of Lime Green #3CD64A

Tints of Lime Green #3CD64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 17.24%
G = 61.49%
B = 21.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#3CD64A (or 0x3CD64A) is known color: Lime Green. HEX triplet: 3C, D6 and 4A. RGB value is (60,214,74). Sum of RGB (Red+Green+Blue) = 60+214+74=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #3CD64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD64A is #C329B5. Grayscale: #989898. Windows color (decimal): -12790198 or 4904508. OLE color: 4904508.

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

Color convert

RGB 60 214 74 -
CMYK 0.72 0 0.65 0.16
HSL 125.45º 0.65% 0.54% -
HSV(B) 125.45º 0.72% 0.84% -
XYZ 27.15 49.55 14.61 -
YUV 151.99 83.98 62.38 -
System Red Green Blue C M Y K H S L
Decimal 60 214 74 0.72 0 0.65 0.16 125.45 0.65 0.54
Hex 3C D6 4A 48 0 41 10 7D 41 36
Octal 74 326 112 110 0 101 20 175 101 66
Binary 111100 11010110 1001010 1001000 0 1000001 10000 1111101 1000001 110110

Color Harmonies of #3CD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD64A

Black with #3CD64A

Text Example


Text Example

White with #3CD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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