Html Css Color HEX #3CC149 Lime Green

📋 copy color: '#3CC149'

red 60 ◦ green 193 ◦ blue 73

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

Shades of Lime Green #3CC149

Tints of Lime Green #3CC149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 18.4%
G = 59.2%
B = 22.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#3CC149 (or 0x3CC149) is known color: Lime Green. HEX triplet: 3C, C1 and 49. RGB value is (60,193,73). Sum of RGB (Red+Green+Blue) = 60+193+73=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC149 is #C33EB6. Grayscale: #8B8B8B. Windows color (decimal): -12795575 or 4833596. OLE color: 4833596.

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

Color convert

RGB 60 193 73 -
CMYK 0.69 0 0.62 0.24
HSL 125.86º 0.53% 0.5% -
HSV(B) 125.86º 0.69% 0.76% -
XYZ 22.14 39.58 12.78 -
YUV 139.55 90.44 71.26 -
System Red Green Blue C M Y K H S L
Decimal 60 193 73 0.69 0 0.62 0.24 125.86 0.53 0.5
Hex 3C C1 49 45 0 3E 18 7E 35 32
Octal 74 301 111 105 0 76 30 176 65 62
Binary 111100 11000001 1001001 1000101 0 111110 11000 1111110 110101 110010

Color Harmonies of #3CC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC149

Black with #3CC149

Text Example


Text Example

White with #3CC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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