#3fbe34

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

Shades of Lime Green #3FBE34

Tints of Lime Green #3FBE34

Color information

#3FBE34 (or 0x3FBE34) is unknown color: approx Lime Green. HEX triplet: 3F, BE and 34. RGB value is (63,190,52). Sum of RGB (Red+Green+Blue) = 63+190+52=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 190 (74.61% from 255 or 62.30% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBE34 is #C041CB. Grayscale: #888888. Windows color (decimal): -12599756 or 3456575. OLE color: 3456575.

HSL color Cylindrical-coordinate representation of color #3FBE34: hue angle of 115.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FBE34 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB6319052-
CMYK0.6700.730.25
HSL115.22º57.02%47.45%-
HSV(B)115.22º72.63%74.51%-
XYZ21.0838.139.5-
YUV136.2980.4275.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.66%
GREEN value IS 190 (74.61% from 255) = 62.30%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=20.66%
G=62.30%
B=17.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63190520.6700.730.25115.2257.0247.45
Hex3FBE34430491973392f
Octal77276641030111311637157
Binary11111110111110110100100001101001001110011110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fbe34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,190,52); }

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

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

 a { background-color: rgb(63,190,52); }

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

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

 span { border-color: rgb(63,190,52); }

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