Html Css Color HEX #3CD550 Lime Green

📋 copy color: '#3CD550'

red 60 ◦ green 213 ◦ blue 80

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

Shades of Lime Green #3CD550

Tints of Lime Green #3CD550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 17%
G = 60.34%
B = 22.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#3CD550 (or 0x3CD550) is known color: Lime Green. HEX triplet: 3C, D5 and 50. RGB value is (60,213,80). Sum of RGB (Red+Green+Blue) = 60+213+80=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD550 is #C32AAF. Grayscale: #989898. Windows color (decimal): -12790448 or 5297468. OLE color: 5297468.

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

Color convert

RGB 60 213 80 -
CMYK 0.72 0 0.62 0.16
HSL 127.84º 0.65% 0.54% -
HSV(B) 127.84º 0.72% 0.84% -
XYZ 27.11 49.13 15.64 -
YUV 152.09 87.31 62.31 -
System Red Green Blue C M Y K H S L
Decimal 60 213 80 0.72 0 0.62 0.16 127.84 0.65 0.54
Hex 3C D5 50 48 0 3E 10 80 41 36
Octal 74 325 120 110 0 76 20 200 101 66
Binary 111100 11010101 1010000 1001000 0 111110 10000 10000000 1000001 110110

Color Harmonies of #3CD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD550

Black with #3CD550

Text Example


Text Example

White with #3CD550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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