#3CBD39

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

Shades of Lime Green #3CBD39

Tints of Lime Green #3CBD39

Color information

#3CBD39 (or 0x3CBD39) is unknown color: approx Lime Green. HEX triplet: 3C, BD and 39. RGB value is (60,189,57). Sum of RGB (Red+Green+Blue) = 60+189+57=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD39 is #C342C6. Grayscale: #878787. Windows color (decimal): -12796615 or 3783996. OLE color: 3783996.

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

Color convert

RGB6018957-
CMYK0.6800.700.26
HSL118.64º53.66%48.24%-
HSV(B)118.64º69.84%74.12%-
XYZ20.837.6510.04-
YUV135.3883.7674.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 189 (74.22% from 255) = 61.76%
BLUE value IS 57 (22.66% from 255) = 18.63%
R=19.61%
G=61.76%
B=18.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60189570.6800.700.26118.6453.6648.24
Hex3CBD39440461A773630
Octal74275711040106321676660
Binary11110010111101111001100010001000110110101110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,189,57); }

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

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

 a { background-color: rgb(60,189,57); }

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

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

 span { border-color: rgb(60,189,57); }

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