#3BFE33

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

Shades of Lime Green #3BFE33

Tints of Lime Green #3BFE33

Color information

#3BFE33 (or 0x3BFE33) is unknown color: approx Lime Green. HEX triplet: 3B, FE and 33. RGB value is (59,254,51). Sum of RGB (Red+Green+Blue) = 59+254+51=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFE33 is #C401CC. Grayscale: #ADADAD. Windows color (decimal): -12845517 or 3407419. OLE color: 3407419.

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

Color convert

RGB5925451-
CMYK0.7700.800.00
HSL117.64º99.02%59.8%-
HSV(B)117.64º79.92%99.61%-
XYZ37.8472.0515.04-
YUV172.5559.447.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.21%
GREEN value IS 254 (99.61% from 255) = 69.78%
BLUE value IS 51 (20.31% from 255) = 14.01%
R=16.21%
G=69.78%
B=14.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal59254510.7700.800.00117.6499.0259.8
Hex3BFE334D050076633c
Octal73376631150120016614374
Binary11101111111110110011100110101010000011101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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