#3FBA2A

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

Shades of Lime Green #3FBA2A

Tints of Lime Green #3FBA2A

Color information

#3FBA2A (or 0x3FBA2A) is unknown color: approx Lime Green. HEX triplet: 3F, BA and 2A. RGB value is (63,186,42). Sum of RGB (Red+Green+Blue) = 63+186+42=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA2A is #C045D5. Grayscale: #858585. Windows color (decimal): -12600790 or 2800191. OLE color: 2800191.

HSL color Cylindrical-coordinate representation of color #3FBA2A: hue angle of 111.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FBA2A is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB6318642-
CMYK0.6600.770.27
HSL111.25º63.16%44.71%-
HSV(B)111.25º77.42%72.94%-
XYZ20.0336.348.15-
YUV132.8176.7578.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 186 (73.05% from 255) = 63.92%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=21.65%
G=63.92%
B=14.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63186420.6600.770.27111.2563.1644.71
Hex3FBA2A4204D1B6f3f2d
Octal77272521020115331577755
Binary11111110111010101010100001001001101110111101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,186,42); }

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

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

 a { background-color: rgb(63,186,42); }

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

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

 span { border-color: rgb(63,186,42); }

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