Html Css Color HEX #3CC128 Lime Green

📋 copy color: '#3CC128'

red 60 ◦ green 193 ◦ blue 40

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

Shades of Lime Green #3CC128

Tints of Lime Green #3CC128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 20.48%
G = 65.87%
B = 13.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#3CC128 (or 0x3CC128) is known color: Lime Green. HEX triplet: 3C, C1 and 28. RGB value is (60,193,40). Sum of RGB (Red+Green+Blue) = 60+193+40=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC128 is #C33ED7. Grayscale: #888888. Windows color (decimal): -12795608 or 2670908. OLE color: 2670908.

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

Color convert

RGB 60 193 40 -
CMYK 0.69 0 0.79 0.24
HSL 112.16º 0.66% 0.46% -
HSV(B) 112.16º 0.79% 0.76% -
XYZ 21.32 39.25 8.46 -
YUV 135.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 60 193 40 0.69 0 0.79 0.24 112.16 0.66 0.46
Hex 3C C1 28 45 0 4F 18 70 42 2E
Octal 74 301 50 105 0 117 30 160 102 56
Binary 111100 11000001 101000 1000101 0 1001111 11000 1110000 1000010 101110

Color Harmonies of #3CC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC128

Black with #3CC128

Text Example


Text Example

White with #3CC128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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