#3FF536

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

Shades of Lime Green #3FF536

Tints of Lime Green #3FF536

Color information

#3FF536 (or 0x3FF536) is unknown color: approx Lime Green. HEX triplet: 3F, F5 and 36. RGB value is (63,245,54). Sum of RGB (Red+Green+Blue) = 63+245+54=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF536 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF536 is #C00AC9. Grayscale: #A9A9A9. Windows color (decimal): -12585674 or 3601727. OLE color: 3601727.

HSL color Cylindrical-coordinate representation of color #3FF536: hue angle of 117.17º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FF536 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB6324554-
CMYK0.7400.780.04
HSL117.17º90.52%58.63%-
HSV(B)117.17º77.96%96.08%-
XYZ35.3766.6314.49-
YUV168.8163.252.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.40%
GREEN value IS 245 (96.09% from 255) = 67.68%
BLUE value IS 54 (21.48% from 255) = 14.92%
R=17.40%
G=67.68%
B=14.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal63245540.7400.780.04117.1790.5258.63
Hex3FF5364A04E4755b3b
Octal77365661120116416513373
Binary1111111111010111011010010100100111010011101011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,245,54); }

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

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

 a { background-color: rgb(63,245,54); }

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

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

 span { border-color: rgb(63,245,54); }

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