#3CB034

Color #3CB034 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3CB034

Tints of Lime Green #3CB034

Color information

#3CB034 (or 0x3CB034) is unknown color: approx Lime Green. HEX triplet: 3C, B0 and 34. RGB value is (60,176,52). Sum of RGB (Red+Green+Blue) = 60+176+52=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 176 (69.14% from 255 or 61.11% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB034 is #C34FCB. Grayscale: #7F7F7F. Windows color (decimal): -12799948 or 3452988. OLE color: 3452988.

HSL color Cylindrical-coordinate representation of color #3CB034: hue angle of 116.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CB034 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB6017652-
CMYK0.6600.700.31
HSL116.13º54.39%44.71%-
HSV(B)116.13º70.45%69.02%-
XYZ18.0132.268.53-
YUV127.1885.5780.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 176 (69.14% from 255) = 61.11%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=20.83%
G=61.11%
B=18.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60176520.6600.700.31116.1354.3944.71
Hex3CB034420461F74362d
Octal74260641020106371646655
Binary11110010110000110100100001001000110111111110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,176,52); }

 H1.HeaderClassName
 {
   color: #3CB034;
 }
 .AnyTagClassName
 {
   color: #3CB034;
 }
</style>
background-color css

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

 a { background-color: rgb(60,176,52); }

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

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

 span { border-color: rgb(60,176,52); }

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