#3bc328

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

Shades of Lime Green #3BC328

Tints of Lime Green #3BC328

Color information

#3BC328 (or 0x3BC328) is unknown color: approx Lime Green. HEX triplet: 3B, C3 and 28. RGB value is (59,195,40). Sum of RGB (Red+Green+Blue) = 59+195+40=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 195 (76.56% from 255 or 66.33% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC328 is #C43CD7. Grayscale: #898989. Windows color (decimal): -12860632 or 2671419. OLE color: 2671419.

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

Color convert

RGB5919540-
CMYK0.7000.790.24
HSL112.65º65.96%46.08%-
HSV(B)112.65º79.49%76.47%-
XYZ21.740.118.61-
YUV136.6773.4472.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.07%
GREEN value IS 195 (76.56% from 255) = 66.33%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=20.07%
G=66.33%
B=13.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59195400.7000.790.24112.6565.9646.08
Hex3BC3284604F1871422e
Octal733035010601173016110256
Binary111011110000111010001000110010011111100011100011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bc328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,195,40); }

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

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

 a { background-color: rgb(59,195,40); }

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

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

 span { border-color: rgb(59,195,40); }

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