#39B030

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

Shades of Lime Green #39B030

Tints of Lime Green #39B030

Color information

#39B030 (or 0x39B030) is unknown color: approx Lime Green. HEX triplet: 39, B0 and 30. RGB value is (57,176,48). Sum of RGB (Red+Green+Blue) = 57+176+48=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 176 (69.14% from 255 or 62.63% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 176 - color contains mainly: green. Hex color #39B030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39B030 is #C64FCF. Grayscale: #7E7E7E. Windows color (decimal): -12996560 or 3190841. OLE color: 3190841.

HSL color Cylindrical-coordinate representation of color #39B030: hue angle of 115.78º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39B030 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB5717648-
CMYK0.6800.730.31
HSL115.78º57.14%43.92%-
HSV(B)115.78º72.73%69.02%-
XYZ17.7532.138.06-
YUV125.8384.0878.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 176 (69.14% from 255) = 62.63%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=20.28%
G=62.63%
B=17.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57176480.6800.730.31115.7857.1443.92
Hex39B030440491F74392c
Octal71260601040111371647154
Binary11100110110000110000100010001001001111111110100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,176,48); }

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

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

 a { background-color: rgb(57,176,48); }

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

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

 span { border-color: rgb(57,176,48); }

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