#3BFF33

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

Shades of Lime Green #3BFF33

Tints of Lime Green #3BFF33

Color information

#3BFF33 (or 0x3BFF33) is unknown color: approx Lime Green. HEX triplet: 3B, FF and 33. RGB value is (59,255,51). Sum of RGB (Red+Green+Blue) = 59+255+51=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFF33 is #C400CC. Grayscale: #ADADAD. Windows color (decimal): -12845261 or 3407675. OLE color: 3407675.

HSL color Cylindrical-coordinate representation of color #3BFF33: hue angle of 117.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BFF33 is Cyan = 0.77, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.

Color convert

RGB5925551-
CMYK0.7700.80
HSL117.65º100%60%-
HSV(B)117.65º80%100%-
XYZ38.1672.6915.15-
YUV173.1459.0746.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.16%
GREEN value IS 255 (100% from 255) = 69.86%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=16.16%
G=69.86%
B=13.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal59255510.7700.80117.6510060
Hex3BFF334D050076643c
Octal73377631150120016614474
Binary11101111111111110011100110101010000011101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,255,51); }

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

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

 a { background-color: rgb(59,255,51); }

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

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

 span { border-color: rgb(59,255,51); }

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