#39BA3F

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

Shades of Lime Green #39BA3F

Tints of Lime Green #39BA3F

Color information

#39BA3F (or 0x39BA3F) is unknown color: approx Lime Green. HEX triplet: 39, BA and 3F. RGB value is (57,186,63). Sum of RGB (Red+Green+Blue) = 57+186+63=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA3F is #C645C0. Grayscale: #858585. Windows color (decimal): -12993985 or 4176441. OLE color: 4176441.

HSL color Cylindrical-coordinate representation of color #39BA3F: hue angle of 122.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39BA3F is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB5718663-
CMYK0.6900.660.27
HSL122.79º53.09%47.65%-
HSV(B)122.79º69.35%72.94%-
XYZ20.1436.3510.66-
YUV133.4188.2673.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 186 (73.05% from 255) = 60.78%
BLUE value IS 63 (25% from 255) = 20.59%
R=18.63%
G=60.78%
B=20.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57186630.6900.660.27122.7953.0947.65
Hex39BA3F450421B7b3530
Octal71272771050102331736560
Binary11100110111010111111100010101000010110111111011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BA3F; }

 p { color: rgb(57,186,63); }

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

<style>
 a { background-color: #39BA3F; }

 a { background-color: rgb(57,186,63); }

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

<style>
 span { border-color: #39BA3F; }

 span { border-color: rgb(57,186,63); }

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