#3FCF51

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

Shades of Lime Green #3FCF51

Tints of Lime Green #3FCF51

Color information

#3FCF51 (or 0x3FCF51) is unknown color: approx Lime Green. HEX triplet: 3F, CF and 51. RGB value is (63,207,81). Sum of RGB (Red+Green+Blue) = 63+207+81=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF51 is #C030AE. Grayscale: #959595. Windows color (decimal): -12595375 or 5361471. OLE color: 5361471.

HSL color Cylindrical-coordinate representation of color #3FCF51: hue angle of 127.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF51 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB6320781-
CMYK0.7000.610.19
HSL127.5º60%52.94%-
HSV(B)127.5º69.57%81.18%-
XYZ25.8546.2815.35-
YUV149.5889.2966.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.95%
GREEN value IS 207 (81.25% from 255) = 58.97%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=17.95%
G=58.97%
B=23.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal63207810.7000.610.19127.56052.94
Hex3FCF514603D13803c35
Octal77317121106075232007465
Binary111111110011111010001100011001111011001110000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,207,81); }

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

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

 a { background-color: rgb(63,207,81); }

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

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

 span { border-color: rgb(63,207,81); }

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