#39D528

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

Shades of Lime Green #39D528

Tints of Lime Green #39D528

Color information

#39D528 (or 0x39D528) is unknown color: approx Lime Green. HEX triplet: 39, D5 and 28. RGB value is (57,213,40). Sum of RGB (Red+Green+Blue) = 57+213+40=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 213 (83.59% from 255 or 68.71% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 213 - color contains mainly: green. Hex color #39D528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D528 is #C62AD7. Grayscale: #939393. Windows color (decimal): -12987096 or 2676025. OLE color: 2676025.

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

Color convert

RGB5721340-
CMYK0.7300.810.16
HSL114.1º68.38%49.61%-
HSV(B)114.1º81.22%83.53%-
XYZ25.8648.6110.03-
YUV146.6367.8264.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 213 (83.59% from 255) = 68.71%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=18.39%
G=68.71%
B=12.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal57213400.7300.810.16114.168.3849.61
Hex39D5284905110724432
Octal713255011101212016210462
Binary111001110101011010001001001010100011000011100101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,213,40); }

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

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

 a { background-color: rgb(57,213,40); }

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

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

 span { border-color: rgb(57,213,40); }

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