Html Css Color HEX #3CC140 Lime Green

📋 copy color: '#3CC140'

red 60 ◦ green 193 ◦ blue 64

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

Shades of Lime Green #3CC140

Tints of Lime Green #3CC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.88%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 18.93%
G = 60.88%
B = 20.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#3CC140 (or 0x3CC140) is known color: Lime Green. HEX triplet: 3C, C1 and 40. RGB value is (60,193,64). Sum of RGB (Red+Green+Blue) = 60+193+64=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC140 is #C33EBF. Grayscale: #8A8A8A. Windows color (decimal): -12795584 or 4243772. OLE color: 4243772.

HSL color Cylindrical-coordinate representation of color #3CC140: hue angle of 121.8º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC140 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 193 64 -
CMYK 0.69 0 0.67 0.24
HSL 121.8º 0.53% 0.5% -
HSV(B) 121.8º 0.69% 0.76% -
XYZ 21.86 39.47 11.32 -
YUV 138.53 85.94 71.99 -
System Red Green Blue C M Y K H S L
Decimal 60 193 64 0.69 0 0.67 0.24 121.8 0.53 0.5
Hex 3C C1 40 45 0 43 18 7A 35 32
Octal 74 301 100 105 0 103 30 172 65 62
Binary 111100 11000001 1000000 1000101 0 1000011 11000 1111010 110101 110010

Color Harmonies of #3CC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC140

Black with #3CC140

Text Example


Text Example

White with #3CC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,193,64); }

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

background-color css

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

 a { background-color: rgb(60,193,64); }

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

border-color css

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

 span { border-color: rgb(60,193,64); }

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