#3CBC31

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

Shades of Lime Green #3CBC31

Tints of Lime Green #3CBC31

Color information

#3CBC31 (or 0x3CBC31) is unknown color: approx Lime Green. HEX triplet: 3C, BC and 31. RGB value is (60,188,49). Sum of RGB (Red+Green+Blue) = 60+188+49=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC31 is #C343CE. Grayscale: #868686. Windows color (decimal): -12796879 or 3259452. OLE color: 3259452.

HSL color Cylindrical-coordinate representation of color #3CBC31: hue angle of 115.25º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CBC31 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB6018849-
CMYK0.6800.740.26
HSL115.25º58.65%46.47%-
HSV(B)115.25º73.94%73.73%-
XYZ20.437.159-
YUV133.8880.0975.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 188 (73.83% from 255) = 63.30%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=20.20%
G=63.30%
B=16.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60188490.6800.740.26115.2558.6546.47
Hex3CBC314404A1A733b2e
Octal74274611040112321637356
Binary11110010111100110001100010001001010110101110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,188,49); }

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

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

 a { background-color: rgb(60,188,49); }

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

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

 span { border-color: rgb(60,188,49); }

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