#39BD35

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

Shades of Lime Green #39BD35

Tints of Lime Green #39BD35

Color information

#39BD35 (or 0x39BD35) is unknown color: approx Lime Green. HEX triplet: 39, BD and 35. RGB value is (57,189,53). Sum of RGB (Red+Green+Blue) = 57+189+53=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #39BD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BD35 is #C642CA. Grayscale: #868686. Windows color (decimal): -12993227 or 3521849. OLE color: 3521849.

HSL color Cylindrical-coordinate representation of color #39BD35: hue angle of 118.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39BD35 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB5718953-
CMYK0.7000.720.26
HSL118.24º56.2%47.45%-
HSV(B)118.24º71.96%74.12%-
XYZ20.5337.529.53-
YUV134.0382.2773.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 189 (74.22% from 255) = 63.21%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=19.06%
G=63.21%
B=17.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal57189530.7000.720.26118.2456.247.45
Hex39BD35460481A76382f
Octal71275651060110321667057
Binary11100110111101110101100011001001000110101110110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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