Html Css Color HEX #3CDF50 Lime Green

📋 copy color: '#3CDF50'

red 60 ◦ green 223 ◦ blue 80

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

Shades of Lime Green #3CDF50

Tints of Lime Green #3CDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.43%

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

R = 16.53%
G = 61.43%
B = 22.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#3CDF50 (or 0x3CDF50) is known color: Lime Green. HEX triplet: 3C, DF and 50. RGB value is (60,223,80). Sum of RGB (Red+Green+Blue) = 60+223+80=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF50 is #C320AF. Grayscale: #9E9E9E. Windows color (decimal): -12787888 or 5300028. OLE color: 5300028.

HSL color Cylindrical-coordinate representation of color #3CDF50: hue angle of 127.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF50 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 80 -
CMYK 0.73 0 0.64 0.13
HSL 127.36º 0.72% 0.55% -
HSV(B) 127.36º 0.73% 0.87% -
XYZ 29.7 54.32 16.51 -
YUV 157.96 84 58.13 -
System Red Green Blue C M Y K H S L
Decimal 60 223 80 0.73 0 0.64 0.13 127.36 0.72 0.55
Hex 3C DF 50 49 0 40 D 7F 48 37
Octal 74 337 120 111 0 100 15 177 110 67
Binary 111100 11011111 1010000 1001001 0 1000000 1101 1111111 1001000 110111

Color Harmonies of #3CDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF50

Black with #3CDF50

Text Example


Text Example

White with #3CDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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