#3FF735

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

Shades of Lime Green #3FF735

Tints of Lime Green #3FF735

Color information

#3FF735 (or 0x3FF735) is unknown color: approx Lime Green. HEX triplet: 3F, F7 and 35. RGB value is (63,247,53). Sum of RGB (Red+Green+Blue) = 63+247+53=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 247 (96.88% from 255 or 68.04% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF735 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF735 is #C008CA. Grayscale: #AAAAAA. Windows color (decimal): -12585163 or 3536703. OLE color: 3536703.

HSL color Cylindrical-coordinate representation of color #3FF735: hue angle of 116.91º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FF735 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB6324753-
CMYK0.7400.790.03
HSL116.91º92.38%58.82%-
HSV(B)116.91º78.54%96.86%-
XYZ35.9567.8414.57-
YUV169.8762.0451.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 247 (96.88% from 255) = 68.04%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=17.36%
G=68.04%
B=14.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal63247530.7400.790.03116.9192.3858.82
Hex3FF7354A04F3755c3b
Octal77367651120117316513473
Binary111111111101111101011001010010011111111101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,247,53); }

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

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

 a { background-color: rgb(63,247,53); }

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

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

 span { border-color: rgb(63,247,53); }

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