Html Css Color HEX #3CEC50 Lime Green

📋 copy color: '#3CEC50'

red 60 ◦ green 236 ◦ blue 80

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

Shades of Lime Green #3CEC50

Tints of Lime Green #3CEC50

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.77%

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

R = 15.96%
G = 62.77%
B = 21.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#3CEC50 (or 0x3CEC50) is known color: Lime Green. HEX triplet: 3C, EC and 50. RGB value is (60,236,80). Sum of RGB (Red+Green+Blue) = 60+236+80=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEC50 is #C313AF. Grayscale: #A6A6A6. Windows color (decimal): -12784560 or 5303356. OLE color: 5303356.

HSL color Cylindrical-coordinate representation of color #3CEC50: hue angle of 126.82º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEC50 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 80 -
CMYK 0.75 0 0.66 0.07
HSL 126.82º 0.82% 0.58% -
HSV(B) 126.82º 0.75% 0.93% -
XYZ 33.31 61.53 17.71 -
YUV 165.59 79.69 52.68 -
System Red Green Blue C M Y K H S L
Decimal 60 236 80 0.75 0 0.66 0.07 126.82 0.82 0.58
Hex 3C EC 50 4B 0 42 7 7F 52 3A
Octal 74 354 120 113 0 102 7 177 122 72
Binary 111100 11101100 1010000 1001011 0 1000010 111 1111111 1010010 111010

Color Harmonies of #3CEC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC50

Black with #3CEC50

Text Example


Text Example

White with #3CEC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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