#39D730

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

Shades of Lime Green #39D730

Tints of Lime Green #39D730

Color information

#39D730 (or 0x39D730) is unknown color: approx Lime Green. HEX triplet: 39, D7 and 30. RGB value is (57,215,48). Sum of RGB (Red+Green+Blue) = 57+215+48=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #39D730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D730 is #C628CF. Grayscale: #959595. Windows color (decimal): -12986576 or 3200825. OLE color: 3200825.

HSL color Cylindrical-coordinate representation of color #39D730: hue angle of 116.77º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39D730 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB5721548-
CMYK0.7300.780.16
HSL116.77º67.61%51.57%-
HSV(B)116.77º77.67%84.31%-
XYZ26.5249.6810.99-
YUV148.7271.1562.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 215 (84.38% from 255) = 67.19%
BLUE value IS 48 (19.14% from 255) = 15%
R=17.81%
G=67.19%
B=15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal57215480.7300.780.16116.7767.6151.57
Hex39D7304904E10754434
Octal713276011101162016510464
Binary111001110101111100001001001010011101000011101011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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