#3fdf27

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

Shades of Lime Green #3FDF27

Tints of Lime Green #3FDF27

Color information

#3FDF27 (or 0x3FDF27) is unknown color: approx Lime Green. HEX triplet: 3F, DF and 27. RGB value is (63,223,39). Sum of RGB (Red+Green+Blue) = 63+223+39=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF27 is #C020D8. Grayscale: #9A9A9A. Windows color (decimal): -12591321 or 2613055. OLE color: 2613055.

HSL color Cylindrical-coordinate representation of color #3FDF27: hue angle of 112.17º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FDF27 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB6322339-
CMYK0.7200.830.13
HSL112.17º74.19%51.37%-
HSV(B)112.17º82.51%87.45%-
XYZ28.853.9810.82-
YUV154.1862.9962.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 223 (87.5% from 255) = 68.62%
BLUE value IS 39 (15.62% from 255) = 12%
R=19.38%
G=68.62%
B=12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal63223390.7200.830.13112.1774.1951.37
Hex3FDF2748053D704a33
Octal773374711001231516011263
Binary11111111011111100111100100001010011110111100001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fdf27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3fdf27; }

 p { color: rgb(63,223,39); }

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

<style>
 a { background-color: #3fdf27; }

 a { background-color: rgb(63,223,39); }

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

<style>
 span { border-color: #3fdf27; }

 span { border-color: rgb(63,223,39); }

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