Html Css Color HEX #3CC132 Lime Green

📋 copy color: '#3CC132'

red 60 ◦ green 193 ◦ blue 50

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

Shades of Lime Green #3CC132

Tints of Lime Green #3CC132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 19.8%
G = 63.7%
B = 16.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#3CC132 (or 0x3CC132) is known color: Lime Green. HEX triplet: 3C, C1 and 32. RGB value is (60,193,50). Sum of RGB (Red+Green+Blue) = 60+193+50=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC132 is #C33ECD. Grayscale: #898989. Windows color (decimal): -12795598 or 3326268. OLE color: 3326268.

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

Color convert

RGB 60 193 50 -
CMYK 0.69 0 0.74 0.24
HSL 115.8º 0.59% 0.48% -
HSV(B) 115.8º 0.74% 0.76% -
XYZ 21.51 39.33 9.48 -
YUV 136.93 78.94 73.13 -
System Red Green Blue C M Y K H S L
Decimal 60 193 50 0.69 0 0.74 0.24 115.8 0.59 0.48
Hex 3C C1 32 45 0 4A 18 74 3B 30
Octal 74 301 62 105 0 112 30 164 73 60
Binary 111100 11000001 110010 1000101 0 1001010 11000 1110100 111011 110000

Color Harmonies of #3CC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC132

Black with #3CC132

Text Example


Text Example

White with #3CC132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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