#39FC2D

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

Shades of Lime Green #39FC2D

Tints of Lime Green #39FC2D

Color information

#39FC2D (or 0x39FC2D) is unknown color: approx Lime Green. HEX triplet: 39, FC and 2D. RGB value is (57,252,45). Sum of RGB (Red+Green+Blue) = 57+252+45=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 252 (98.83% from 255 or 71.19% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 252 - color contains mainly: green. Hex color #39FC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FC2D is #C603D2. Grayscale: #AAAAAA. Windows color (decimal): -12977107 or 3013689. OLE color: 3013689.

HSL color Cylindrical-coordinate representation of color #39FC2D: hue angle of 116.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39FC2D is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB5725245-
CMYK0.7700.820.01
HSL116.52º97.18%58.24%-
HSV(B)116.52º82.14%98.82%-
XYZ36.9770.6814.18-
YUV170.157.447.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.10%
GREEN value IS 252 (98.83% from 255) = 71.19%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=16.10%
G=71.19%
B=12.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal57252450.7700.820.01116.5297.1858.24
Hex39FC2D4D052175613a
Octal71374551150122116514172
Binary11100111111100101101100110101010010111101011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,252,45); }

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

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

 a { background-color: rgb(57,252,45); }

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

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

 span { border-color: rgb(57,252,45); }

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