#3FCD33

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

Shades of Lime Green #3FCD33

Tints of Lime Green #3FCD33

Color information

#3FCD33 (or 0x3FCD33) is unknown color: approx Lime Green. HEX triplet: 3F, CD and 33. RGB value is (63,205,51). Sum of RGB (Red+Green+Blue) = 63+205+51=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 205 (80.47% from 255 or 64.26% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD33 is #C032CC. Grayscale: #919191. Windows color (decimal): -12595917 or 3394879. OLE color: 3394879.

HSL color Cylindrical-coordinate representation of color #3FCD33: hue angle of 115.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCD33 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB6320551-
CMYK0.6900.750.20
HSL115.32º60.63%50.2%-
HSV(B)115.32º75.12%80.39%-
XYZ24.4844.9610.52-
YUV144.9974.9669.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 205 (80.47% from 255) = 64.26%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=19.75%
G=64.26%
B=15.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63205510.6900.750.20115.3260.6350.2
Hex3FCD334504B14733d32
Octal77315631050113241637562
Binary11111111001101110011100010101001011101001110011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,205,51); }

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

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

 a { background-color: rgb(63,205,51); }

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

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

 span { border-color: rgb(63,205,51); }

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