Html Css Color HEX #3CE050 Lime Green

📋 copy color: '#3CE050'

red 60 ◦ green 224 ◦ blue 80

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

Shades of Lime Green #3CE050

Tints of Lime Green #3CE050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 61.54%

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

R = 16.48%
G = 61.54%
B = 21.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#3CE050 (or 0x3CE050) is known color: Lime Green. HEX triplet: 3C, E0 and 50. RGB value is (60,224,80). Sum of RGB (Red+Green+Blue) = 60+224+80=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE050 is #C31FAF. Grayscale: #9E9E9E. Windows color (decimal): -12787632 or 5300284. OLE color: 5300284.

HSL color Cylindrical-coordinate representation of color #3CE050: hue angle of 127.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE050 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 224 80 -
CMYK 0.73 0 0.64 0.12
HSL 127.32º 0.73% 0.56% -
HSV(B) 127.32º 0.73% 0.88% -
XYZ 29.97 54.85 16.6 -
YUV 158.55 83.67 57.71 -
System Red Green Blue C M Y K H S L
Decimal 60 224 80 0.73 0 0.64 0.12 127.32 0.73 0.56
Hex 3C E0 50 49 0 40 C 7F 49 38
Octal 74 340 120 111 0 100 14 177 111 70
Binary 111100 11100000 1010000 1001001 0 1000000 1100 1111111 1001001 111000

Color Harmonies of #3CE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE050

Black with #3CE050

Text Example


Text Example

White with #3CE050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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