#39f12f

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

Shades of Lime Green #39F12F

Tints of Lime Green #39F12F

Color information

#39F12F (or 0x39F12F) is unknown color: approx Lime Green. HEX triplet: 39, F1 and 2F. RGB value is (57,241,47). Sum of RGB (Red+Green+Blue) = 57+241+47=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #39F12F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39F12F is #C60ED0. Grayscale: #A4A4A4. Windows color (decimal): -12979921 or 3141945. OLE color: 3141945.

HSL color Cylindrical-coordinate representation of color #39F12F: hue angle of 116.91º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39F12F is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB5724147-
CMYK0.7600.800.05
HSL116.91º87.39%56.47%-
HSV(B)116.91º80.5%94.51%-
XYZ33.6663.9913.27-
YUV163.8762.0451.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.52%
GREEN value IS 241 (94.53% from 255) = 69.86%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=16.52%
G=69.86%
B=13.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal57241470.7600.800.05116.9187.3956.47
Hex39F12F4C0505755738
Octal71361571140120516512770
Binary1110011111000110111110011000101000010111101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39f12f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,241,47); }

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

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

 a { background-color: rgb(57,241,47); }

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

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

 span { border-color: rgb(57,241,47); }

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

cancel