Html Css Color HEX #3CD54C Lime Green

📋 copy color: '#3CD54C'

red 60 ◦ green 213 ◦ blue 76

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

Shades of Lime Green #3CD54C

Tints of Lime Green #3CD54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.03%

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

R = 17.19%
G = 61.03%
B = 21.78%

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

#3CD54C (or 0x3CD54C) is known color: Lime Green. HEX triplet: 3C, D5 and 4C. RGB value is (60,213,76). Sum of RGB (Red+Green+Blue) = 60+213+76=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD54C is #C32AB3. Grayscale: #989898. Windows color (decimal): -12790452 or 5035324. OLE color: 5035324.

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

Color convert

RGB 60 213 76 -
CMYK 0.72 0 0.64 0.16
HSL 126.27º 0.65% 0.54% -
HSV(B) 126.27º 0.72% 0.84% -
XYZ 26.96 49.07 14.89 -
YUV 151.64 85.31 62.64 -
System Red Green Blue C M Y K H S L
Decimal 60 213 76 0.72 0 0.64 0.16 126.27 0.65 0.54
Hex 3C D5 4C 48 0 40 10 7E 41 36
Octal 74 325 114 110 0 100 20 176 101 66
Binary 111100 11010101 1001100 1001000 0 1000000 10000 1111110 1000001 110110

Color Harmonies of #3CD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD54C

Black with #3CD54C

Text Example


Text Example

White with #3CD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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