#3BF334

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

Shades of Lime Green #3BF334

Tints of Lime Green #3BF334

Color information

#3BF334 (or 0x3BF334) is unknown color: approx Lime Green. HEX triplet: 3B, F3 and 34. RGB value is (59,243,52). Sum of RGB (Red+Green+Blue) = 59+243+52=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 243 (95.31% from 255 or 68.64% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF334 is #C40CCB. Grayscale: #A6A6A6. Windows color (decimal): -12848332 or 3470139. OLE color: 3470139.

HSL color Cylindrical-coordinate representation of color #3BF334: hue angle of 117.8º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BF334 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB5924352-
CMYK0.7600.790.05
HSL117.8º88.84%57.84%-
HSV(B)117.8º78.6%95.29%-
XYZ34.4765.2814.03-
YUV166.2163.5451.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.67%
GREEN value IS 243 (95.31% from 255) = 68.64%
BLUE value IS 52 (20.70% from 255) = 14.69%
R=16.67%
G=68.64%
B=14.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59243520.7600.790.05117.888.8457.84
Hex3BF3344C04F576593a
Octal73363641140117516613172
Binary1110111111001111010010011000100111110111101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,243,52); }

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

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

 a { background-color: rgb(59,243,52); }

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

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

 span { border-color: rgb(59,243,52); }

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