Html Css Color HEX #3CC148 Lime Green

📋 copy color: '#3CC148'

red 60 ◦ green 193 ◦ blue 72

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

Shades of Lime Green #3CC148

Tints of Lime Green #3CC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 18.46%
G = 59.38%
B = 22.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#3CC148 (or 0x3CC148) is known color: Lime Green. HEX triplet: 3C, C1 and 48. RGB value is (60,193,72). Sum of RGB (Red+Green+Blue) = 60+193+72=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC148 is #C33EB7. Grayscale: #8B8B8B. Windows color (decimal): -12795576 or 4768060. OLE color: 4768060.

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

Color convert

RGB 60 193 72 -
CMYK 0.69 0 0.63 0.24
HSL 125.41º 0.53% 0.5% -
HSV(B) 125.41º 0.69% 0.76% -
XYZ 22.1 39.57 12.6 -
YUV 139.44 89.94 71.34 -
System Red Green Blue C M Y K H S L
Decimal 60 193 72 0.69 0 0.63 0.24 125.41 0.53 0.5
Hex 3C C1 48 45 0 3F 18 7D 35 32
Octal 74 301 110 105 0 77 30 175 65 62
Binary 111100 11000001 1001000 1000101 0 111111 11000 1111101 110101 110010

Color Harmonies of #3CC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC148

Black with #3CC148

Text Example


Text Example

White with #3CC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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